Tor+Filezilla(FTP):“错误:无法检索目录列表”

Tor+Filezilla(FTP):“错误:无法检索目录列表”

我有一个领域NameCheap。我想使用 Tor 上传一些文件,工作人员说我可以使用 Filezilla。

我通过设置一个来配置它FTP 代理然后Edit-->Settings将我的帐户详细信息添加到File-->Site Manager

我可以登录但无法检索目录列表:

Status: Connecting to 127.0.0.1:9150...
Status: Connection with proxy established, performing handshake...
Status: Connection established, waiting for welcome message...
Response:   220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response:   220-You are user number 17 of 50 allowed.
Response:   220-Local time is now 04:47. Server port: 21.


Response:   230 OK. Current restricted directory is /
Command:    SYST
Response:   215 UNIX Type: L8


Status: Connected
Status: Retrieving directory listing...
Command:    PWD
Response:   257 "/" is your current location
Command:    TYPE I
Response:   200 TYPE is now 8-bit binary
Command:    PASV
Response:   227 Entering Passive Mode (104,219,248,93,105,217)
Command:    MLSD
Status: Connecting to 127.0.0.1:9150...
Status: Connection with proxy established, performing handshake...
Error:  Connection timed out
Error:  Failed to retrieve directory listing

我该如何解决这个问题?(输出被截取)

相关内容