
FileZilla から Web サーバーに正常に接続できますが、任意の場所にファイルをアップロードしようとすると失敗します。そのプロセスのログは次のとおりです。
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
。次に、[OK] をクリックします。Reconnect information
Transfer queue
答え3
ホスティング サーバーをローカル ハード ドライブにバックアップするときに、同じ問題が発生しました。Filezilla を実行したまま就寝しましたが、起きたときにはまだ接続されていましたが、転送されていませんでした。
なぜこれが機能したのかは分かりませんが、機能しました。
いくつかの調整を行った後 (何をしているのかよくわからなかったのですが)、「転送キューの処理を切り替える」をクリックしました。私のバージョンでは、このボタンはメニュー項目「サーバー」のすぐ下にありました。そのボタンをクリックするとすぐに、すべてが再び機能し始めました。
これが誰かの役に立つことを願います。