我试图连接到在Windows Server 2008 R2上运行的filezilla服务器。 如果我把主机名放入filezilla客户端,它会尝试将其parsing为服务器的IPv6地址(我可以通过相同的IPv6地址连接到服务器上的TS,所以我知道这不是IPv6连接的问题)如果我尝试手动input服务器的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服务器login
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.
看来,Filezilla-Server还不支持IPv6。 Bugtracker 。