Ftp Filezilla could not connect to server
-
Hi, I got my Wipy2 board with the expansion. I updated the firmware but I can not connect via ftp.
I am using FileZilla and configured it to use only plain FTP and only one connection as explained here https://docs.pycom.io/pycom_esp32/pycom_esp32/general.htmlThe answer I get is the following:
Status: Connecting to 192.168.4.1:23...
Status: Connection established, waiting for welcome message...
Response: MicroPython v1.8.6-234-g765f2bc on 2016-12-02; WiPy with ESP32
Error: Could not connect to serverAlso tried with port 21:
Status: Connecting to 192.168.4.1:21...
Status: Connection established, waiting for welcome message...
Response: 220 Micropython FTP Server
Command: USER micro
Response: 331
Command: PASS *****
Response: 530
Error: Critical error: Could not connect to server
-
@livius Thanks
-
23 is telnet
21 ftp
-
I could finally connect but to port 21, port 23 is not working!
-
@rskoniec Also tried with "Ask for password" but still cannot connect
-
Your pasword is to short ;-)
you have only 5 chars ;-) but should be 6
'python'
-
@rodri16 Your config looks OK. Try change Logon Type for "Ask for password".
-
@rskoniec yes it is configured. Please take a look
-
What about required PASV mode? Is it configured in FileZilla? From your output it seems that it is.
-
Hi Livius, yes the connection is limited to one. When trying with Chrome browser ftp://192.168.4.1 it works.
(sysname='WiPy', nodename='WiPy', release='0.9.7.b1', version='v1.8.6-234-g765f2bc on 2016-12-02', machine='WiPy with ESP32')
-
Did you limit connections to only one in FileZilla settings?
and which firmware versionos.uname()
?