FTP:连接到LIST失败,无法检索目录列表
时间:2020-02-23 14:44:10 来源:igfitidea点击:
尝试连接到FTP服务器时发生/挂起以下错误:
Status: Connected Status: Retrieving directory listing… Command: PWD Response: 257 "/"; Command: TYPE I Response: 200 Switching to Binary mode. Command: PASV Response: 227 Entering Passive Mode (xxx,xxx,xxx,xxx,xxx,xx) Command: LIST Error: Connection timed out Error: Failed to retrieve directory listing
这可能是因为您试图使用"被动"模式连接到"主动" FTP服务器。
将您的FTP客户端设置为活动模式。