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 run your server as:
sudo docker run -p 21:21 -ti --rm mauler/simple-ftp-server
When I connect using any client (curl, ft, filezilla, cyberduck) I just get disconnected or never really completing the connection. Not I use the defulat ftp:ftp user.
[I 2021-03-07 13:28:17] >>> starting FTP server on 0.0.0.0:21, pid=8 <<<
[I 2021-03-07 13:28:17] concurrency model: async
[I 2021-03-07 13:28:17] masquerade (NAT) address: None
[I 2021-03-07 13:28:17] passive ports: None
[I 2021-03-07 13:28:21] <myip>:50130-[] FTP session opened (connect)
[I 2021-03-07 13:28:22] <myip>:50130-[ftp] USER 'ftp' logged in.
[I 2021-03-07 13:28:42] <myip>:50130-[ftp] FTP session closed (disconnect).
[I 2021-03-07 13:28:42] <myip>:50134-[] FTP session opened (connect)
[I 2021-03-07 13:28:42] <myip>:50134-[ftp] USER 'ftp' logged in.
[I 2021-03-07 13:29:03] <myip>:50134-[ftp] FTP session closed (disconnect).
Client log from FileZilla says:
Status: Connection established, waiting for welcome message...
Status: Insecure server, it does not support FTP over TLS.
Status: Logged in
Status: Retrieving directory listing...
Status: Server sent passive reply with unroutable address. Using server address instead.
Command: MLSD
Response: 150 File status okay. About to open data connection.
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing
Status: Disconnected from server
Hi,
i run your server as:
sudo docker run -p 21:21 -ti --rm mauler/simple-ftp-server
When I connect using any client (curl, ft, filezilla, cyberduck) I just get disconnected or never really completing the connection. Not I use the defulat ftp:ftp user.
It doesn't matter if I run locally or remotely, the connection is terminated. i.e. running as localhost:
$ curl ftp://ftp:ftp@localhost:11021/
curl: (8) Failed to connect to localhost port 11021: Connection refused
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: