You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.. I am trying to login via normal FTP command prompt in windows... Can't get past this point.. Any ideas?
ftp> open 10.0.0.247
Connected to 10.0.0.247.
220--- Welcome to FTP for ESP8266/ESP32 ---
220--- By David Paiva ---
220 -- Version FTP-2017-10-18 --
500 Syntax error
530 user not found
User (10.0.0.247:(none)):
The text was updated successfully, but these errors were encountered:
Three years too late but I just came across the same issue. Windows command line FTP has no passive mode. If you test from a browser it does connect via passive and you should get a connection. From here, something like WinSCP will work for you.
Hi.. I am trying to login via normal FTP command prompt in windows... Can't get past this point.. Any ideas?
ftp> open 10.0.0.247
Connected to 10.0.0.247.
220--- Welcome to FTP for ESP8266/ESP32 ---
220--- By David Paiva ---
220 -- Version FTP-2017-10-18 --
500 Syntax error
530 user not found
User (10.0.0.247:(none)):
The text was updated successfully, but these errors were encountered: