|
ubuntu Failed to retrieve directory listing解决方案
连ftp出现以下报错
Status: Connection established, waiting for welcome message...
Status: Insecure server, it does not support FTP over TLS.
Status: Server does not support non-ASCII characters.
Status: Logged in
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is the current directory
Command: TYPE I
Response: 200 Switching to Binary mode.
Command: PASV
Response: 227 Entering Passive Mode (XXXXX:21).
Command: LIST
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing
Status: Disconnected from server
Status: Resolving address of XXXXX
原因在于pas_address=ip,这个ip没有更新导致。 只要把ip更新到当天的公网ip就可以解决问题.
|
|