Bir sunucuya FTP üzerinden bağlanmaya çalışıyorum (yeni bir site yüklemek için). FileZilla kullanarak aşağıdaki hata iletisini alıyorum
Status: Connecting to xx.xx.xx.xx:21...
Status: Connection established, waiting for welcome message...
Response: 220 Microsoft FTP Service
Command: USER ***********
Response: 331 Password required for speyleis.
Command: PASS *********
Response: 230 User logged in.
Command: SYST
Response: 215 Windows_NT
Command: FEAT
Response: 211-Extended features supported:
Response: LANG EN*
Response: UTF8
Response: AUTH TLS;TLS-C;SSL;TLS-P;
Response: PBSZ
Response: PROT C;P;
Response: CCC
Response: HOST
Response: SIZE
Response: MDTM
Response: REST STREAM
Response: 211 END
Command: OPTS UTF8 ON
Response: 200 OPTS UTF8 command successful - UTF8 encoding now ON.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Error: Connection timed out
Error: Failed to retrieve directory listing
İşin garibi, arkadaşımın (şu anda Çin'de) hiç sorun yaşamadığıdır. Genel olarak sunuculara erişimde bir sorunum yok, bu yüzden bunun neden zor olduğunu bile bilmiyorum.
PASV
komut ve daha sonra başarısız olur.