Re: vsftpd

Posted by pschaff on 2012/2/17 16:41:47
Done.

Also in the name of readability - active lines from /etc/vsftpd/vsftpd.conf:
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=NO
xferlog_std_format=NO
ftpd_banner=Welcome to xxxxxxxxx game servers.
chroot_local_user=NO
listen=YES
pam_service_name=vsftpd
userlist_enable=YES
tcp_wrappers=YES
pasv_enable=YES
port_enable=YES
pasv_max_port=7050
pasv_min_port=7000
log_ftp_protocol=YES


Duerdum9 - Welcome to the CentOS fora. Please see the recommended reading for new users linked in my signature, and pay particular attention to the section on formatting your post in Readme First.

Quote:

Duerdum9 wrote:
...
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/home/texxx"
Command: TYPE I
Response: 200 Switching to Binary mode.
Command: PASV
Status: Retrieving directory listing...
Command: cd "/home"
Error: Connection timed out
Error: Failed to retrieve directory listing


Perhaps a permission problem. Do things work within /home/texxx?

This Post was from: https://www.centos.org/newbb/viewtopic.php?forum=56&topic_id=35852&post_id=155127