
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 사용(Ryan이 제안한대로)동일한 자격 증명으로 작동합니다.
답변1
답변2
저도 같은 문제에 직면했는데 개인 데이터를 삭제하여 이 문제를 해결했습니다.
들어가서 Edit --> Clear Private Data
확인하세요 Quickconnect history
, Reconnect information
, Transfer queue
. 그런 다음 확인을 클릭합니다.
답변3
호스팅 서버를 로컬 하드 드라이브에 백업할 때도 동일한 문제가 발생했습니다. Filezilla를 실행한 채 잠자리에 들었는데, 깨어났을 때 여전히 연결은 되어 있었지만 전송은 되지 않았습니다.
이것이 왜 효과가 있었는지 모르겠지만 효과가 있었습니다.
몇 가지 사항을 조정한 후(실제로 내가 무엇을 하고 있는지 알지 못함) "전송 대기열 처리 전환"을 클릭했습니다. 내 버전의 이 버튼은 "서버" 메뉴 항목 바로 아래에 있었습니다. 해당 버튼을 클릭하자마자 모든 것이 다시 작동하기 시작했습니다.
이것이 누군가에게 도움이 되기를 바랍니다.