Hi,
i configured FTP server in cent OS. when i use in command mode. its works fine. but if i hit in browser. I getting this error.
Quote:
|
425 failed to establish connection
|
Config file vsftpd.conf
Quote:
listen=YES
anonymous_enable=NO
local_enable=YES
write_enable=YES
dirmessage_enable=YES
use_localtime=YES
xferlog_enable=YES
chroot_local_user=YES
userlist_deny=YES
userlist_file=/etc/ftpusers
local_root=/srv/ftp/
chroot_local_user=YES
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd.chroot_list
secure_chroot_dir=/var/run/vsftpd/empty
pam_service_name=vsftpd
#To enable passive
pasv_promiscuous=YES
pasv_enable=YES
pasv_min_port=16000
pasv_max_port=16100
#pasv_address=82.x.x.x
|
If i uncomment the
pasv_address=82.x.x.x. I getting "connection time out" Error when entered in passive mode and used "ls" command.
Pls suggest me an idea
Thanks.