
從 FileZilla,我可以成功連接到我的網頁伺服器,但嘗試將任何檔案上傳到任何位置都會失敗。這是該過程的日誌:
Status: Resolving address of mythofechelon.co.uk
Status: Connecting to 212.48.67.44:21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 1 of 50 allowed.
Response: 220-Local time is now 13:14. Server port: 21.
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 15 minutes of inactivity.
Command: USER ben
Response: 331 User ben OK. Password required
Command: PASS **********
Response: 230 OK. Current restricted directory is /
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Extensions supported:
Response: EPRT
Response: IDLE
Response: MDTM
Response: SIZE
Response: MFMT
Response: REST STREAM
Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
Response: MLSD
Response: AUTH TLS
Response: PBSZ
Response: PROT
Response: ESTA
Response: PASV
Response: EPSV
Response: SPSV
Response: ESTP
Response: 211 End.
Status: Server does not support non-ASCII characters.
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 (212,48,67,44,171,207)
Command: MLSD
Response: 150 Accepted data connection
Response: 226-Options: -a -l
Response: 226 32 matches total
Status: Directory listing successful
Status: Retrieving directory listing...
Command: CWD public_html
Response: 250 OK. Current directory is /public_html
Command: PWD
Response: 257 "/public_html" is your current location
Command: PASV
Response: 227 Entering Passive Mode (212,48,67,44,54,40)
Command: MLSD
Response: 150 Accepted data connection
Response: 226-Options: -a -l
Response: 226 9 matches total
Status: Directory listing successful
Status: Resolving address of mythofechelon.co.uk
Status: Connecting to 212.48.67.44:21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 2 of 50 allowed.
Response: 220-Local time is now 13:14. Server port: 21.
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 15 minutes of inactivity.
Command: USER ben
Response: 331 User ben OK. Password required
Command: PASS **********
Response: 530 Login authentication failed
Error: Critical error
Error: Could not connect to server
Status: Delaying connection for 5 seconds due to previously failed connection attempt...
原始診斷結果:
- 使用全新安裝的 FileZilla 3.7.3(最新版本)也會有相同的問題
- 多台PC上都出現同樣的問題
- 同樣的問題發生在多個站點,因此不同的內部網絡
- 我可以透過 cPanel 的檔案管理器成功上傳
編輯:
新的診斷結果:
- 將 FileZilla 的傳輸類型變更為
Auto
、ASCII
、 或Binary
不會產生任何影響 - 文件傳輸失敗後,與伺服器斷開連接並嘗試重新連接也會失敗。退出並重新啟動 FileZilla 可以讓我再次重新連接
- 在具有橋接網路、沒有安全軟體和預設 Windows 防火牆規則的新安裝的 Windows 7 x64 VM 上也會出現同樣的問題
- 使用WinSCP(根據瑞安的建議)使用相同的憑證可以工作
答案1
答案2
我遇到了同樣的問題,我透過清除私有資料解決了這個問題:
進去檢查Edit --> Clear Private Data
一下Quickconnect history
,,Reconnect information
。Transfer queue
然後按一下“確定”。
答案3
我剛剛將託管伺服器備份到本地硬碟時遇到了同樣的問題。我上床睡覺時 Filezilla 正在運行,當我醒來時它仍然處於連接狀態,但沒有傳輸。
我不知道為什麼這有效,但它確實有效。
調整了一些東西(不太知道我在做什麼)後,我單擊“切換傳輸隊列的處理”。我的版本上的這個按鈕位於選單項目「伺服器」的正下方。當我點擊那個按鈕時,一切又開始工作了。
希望這對某人有幫助。