FTP Error 504: Arguments and Parameters Not Implemented

Asked 1 years ago, Updated 1 years ago, 327 views

When I try to use FileZilla to connect to FTP, I get the following error code, but I don't know how to improve it.

 Resolving wwwftp.eonet.ne.jp address
Condition: Connecting to 59.190.154.17:21...
Condition : Connection established.Waiting for welcome message...
Response: 220 FTP Server ready.
commands:AUTH TLS
Response: 504 Command not implemented for that parameter
commands:AUTH SSL
Response: 504 Command not implemented for that parameter
ERROR: Fatal error: Unable to connect to server

ftp

2022-09-30 21:57

1 Answers

Check the "encryption" item in the connection options.

Traditional FTP connections exchange authentication information in plaintext, so it is currently deprecated.
"FTP over TLS" is often used instead, which must be adapted to the configuration of the destination server.

"FTP over TLS" is selected by default when attempting a new connection with FileZilla, so try selecting ""Use only plain text FTP"" depending on where you connect."

src=


2022-09-30 21:57

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.