С помощью 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 (последняя версия)
- Та же проблема возникает на нескольких ПК
- Одна и та же проблема возникла на нескольких сайтах и, следовательно, в разных внутренних сетях.
- Я могу успешно загрузить через файловый менеджер cPanel
Редактировать:
Новые результаты диагностики:
- Изменение типа передачи FileZilla на Auto,ASCIIилиBinaryне имеет значения
- После сбоя при передаче файла происходит сбой при отключении от сервера и попытке повторного подключения. Выход и повторный запуск FileZilla позволяет мне снова подключиться
- Та же проблема возникает на недавно установленной виртуальной машине Windows 7 x64 с мостовой сетью, без программного обеспечения безопасности и правил брандмауэра Windows по умолчанию
- Использование WinSCP (как предложено Райаном) с теми же учетными данными работает

