我正在尝试连接到在 Windows Server 2008 R2 上运行的 filezilla 服务器。如果我将主机名输入到 filezilla 客户端,它会尝试将其解析为服务器的 IPv6 地址(我可以通过相同的 IPv6 地址顺利连接到服务器上的 TS,所以我知道这不是 IPv6 连接的问题)如果我尝试手动输入服务器的 IPv4 地址,它会正常工作。有人知道我的 IPv6 出了什么问题吗?
我的 filezilla 客户端的日志
Status: Resolving address of wi
Status: Connecting to [fe80::543d:c6b2:327f:dcca%11]:21...
Error: Connection timed out
Error: Could not connect to server
Status: Waiting to retry...
Status: Resolving address of wi
Status: Connecting to [fe80::543d:c6b2:327f:dcca%11]:21...
Error: Connection timed out
Error: Could not connect to server
Status: Connecting to 10.0.0.66:21...
Status: Connection established, waiting for welcome message...
Response: 220 Welcome to ImproMed FTP
Command: USER cft
Response: 331 Password required for cft
Command: PASS *********************
Response: 230 Logged on
Command: SYST
Response: 215 UNIX emulated by FileZilla
Command: FEAT
Response: 211-Features:
Response: MDTM
Response: REST STREAM
Response: SIZE
Response: MODE Z
Response: MLST type*;size*;modify*;
Response: MLSD
Response: UTF8
Response: CLNT
Response: MFMT
Response: 211 End
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode (10,0,0,66,193,143)
Command: MLSD
Response: 150 Connection accepted
Response: 226 Transfer OK
Status: Directory listing successful
从 Filezilla 服务器登录
FileZilla Server version 0.9.36 beta started
Initializing Server.
Creating listen socket on port 21...
Server online.
(000001) 8/26/2010 16:59:31 PM - (not logged in) (10.0.0.147)> Connected, sending welcome message...
(000001) 8/26/2010 16:59:31 PM - (not logged in) (10.0.0.147)> 220 Welcome to ImproMed FTP
(000001) 8/26/2010 16:59:31 PM - (not logged in) (10.0.0.147)> USER cft
(000001) 8/26/2010 16:59:31 PM - (not logged in) (10.0.0.147)> 331 Password required for cft
(000001) 8/26/2010 16:59:31 PM - (not logged in) (10.0.0.147)> PASS *********************
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> 230 Logged on
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> SYST
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> 215 UNIX emulated by FileZilla
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> FEAT
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> 211-Features:
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> MDTM
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> REST STREAM
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> SIZE
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> MODE Z
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> MLST type*;size*;modify*;
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> MLSD
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> UTF8
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> CLNT
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> MFMT
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> 211 End
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> PWD
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> 257 "/" is current directory.
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> TYPE I
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> 200 Type set to I
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> PASV
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> 227 Entering Passive Mode (10,0,0,66,193,139)
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> MLSD
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> 150 Connection accepted
(000001) 8/26/2010 16:59:31 PM - cft (10.0.0.147)> 226 Transfer OK
(000001) 8/26/2010 16:59:43 PM - cft (10.0.0.147)> disconnected.
答案1
看来 Filezilla-Server 还不支持 IPv6。错误追踪器。