Доброго всем времени суток! Есть ftp-сервер vsftpd на debian 8, крутящийся в VMWare Workstation на винде, в винде нужный диапазон портов открыт (61000-62000), в настройках NAT вмвари порты прокинуты (61000-61029), vsftpd.conf содержит такие настройки
listen=YES
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
nopriv_user=vsftpd
chroot_local_user=YES
secure_chroot_dir=/var/run/vsftpd
pam_service_name=vsftpd
guest_enable=YES
guest_username=vsftpd
local_root=/srv/ftp/$USER
user_sub_token=$USER
virtual_use_local_privs=YES
user_config_dir=/etc/vsftpd_user_conf
log_ftp_protocol=YES
allow_writeable_chroot=YES
pasv_enable=YES
pasv_min_port=61000
pasv_max_port=61029
Thu Feb 16 12:06:04 2017 [pid 26229] CONNECT: Client "81.4.241.210"
Thu Feb 16 12:06:04 2017 [pid 26229] FTP response: Client "81.4.241.210", "220 (vsFTPd 3.0.2)"
Thu Feb 16 12:06:04 2017 [pid 26229] FTP command: Client "81.4.241.210", "USER anonymous"
Thu Feb 16 12:06:04 2017 [pid 26229] [anonymous] FTP response: Client "81.4.241.210", "331 Please specify the password."
Thu Feb 16 12:06:04 2017 [pid 26229] [anonymous] FTP command: Client "81.4.241.210", "PASS <password>"
Thu Feb 16 12:06:04 2017 [pid 26228] [anonymous] FAIL LOGIN: Client "81.4.241.210"
Thu Feb 16 12:06:05 2017 [pid 26229] [anonymous] FTP response: Client "81.4.241.210", "530 Login incorrect."
Thu Feb 16 12:06:05 2017 [pid 26232] CONNECT: Client "81.4.241.210"
Thu Feb 16 12:06:05 2017 [pid 26232] FTP response: Client "81.4.241.210", "220 (vsFTPd 3.0.2)"
Thu Feb 16 12:06:41 2017 [pid 26232] FTP command: Client "81.4.241.210", "USER testuser"
Thu Feb 16 12:06:41 2017 [pid 26232] [testuser] FTP response: Client "81.4.241.210", "331 Please specify the password."
Thu Feb 16 12:06:42 2017 [pid 26232] [testuser] FTP command: Client "81.4.241.210", "PASS <password>"
Thu Feb 16 12:06:42 2017 [pid 26231] [testuser] OK LOGIN: Client "81.4.241.210"
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP response: Client "81.4.241.210", "230 Login successful."
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP command: Client "81.4.241.210", "SYST"
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP response: Client "81.4.241.210", "215 UNIX Type: L8"
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP command: Client "81.4.241.210", "FEAT"
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP response: Client "81.4.241.210", "211-Features:"
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP response: Client "81.4.241.210", " EPRT??"
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP response: Client "81.4.241.210", " EPSV??"
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP response: Client "81.4.241.210", " MDTM??"
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP response: Client "81.4.241.210", " PASV??"
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP response: Client "81.4.241.210", " REST STREAM??"
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP response: Client "81.4.241.210", " SIZE??"
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP response: Client "81.4.241.210", " TVFS??"
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP response: Client "81.4.241.210", "211 End"
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP command: Client "81.4.241.210", "PWD"
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP response: Client "81.4.241.210", "257 "/""
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP command: Client "81.4.241.210", "TYPE I"
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP response: Client "81.4.241.210", "200 Switching to Binary mode."
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP command: Client "81.4.241.210", "PASV"
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP response: Client "81.4.241.210", "227 Entering Passive Mode (192,168,247,130,238,80)."
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP command: Client "81.4.241.210", "CWD /"
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP response: Client "81.4.241.210", "250 Directory successfully changed."
Thu Feb 16 12:06:42 2017 [pid 26234] [testuser] FTP command: Client "81.4.241.210", "LIST"
Thu Feb 16 12:07:42 2017 [pid 26234] [testuser] FTP response: Client "81.4.241.210", "425 Failed to establish connection."