Error :
proftpd[3321]: Fatal: Unknown configuration directive ‘VRootEngine’ on line 16 of ‘/etc/proftpd.conf’
Solution :
Edit /et/proftpd.conf file.
...
VRootEngine on
DefaultRoot ...
Showing posts with label vsftp. Show all posts
Showing posts with label vsftp. Show all posts
Tuesday, April 25, 2017
Thursday, November 5, 2015
VSFTP Server configuration
Install vsftp server :
# yum -y install vsftpd
Create allow user file :
# touch /etc/vsftpd/chroot_list
Edit vsftp configuration /etc/vsftpd/vsftpd.conf :
#####################################################
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
#anon_upload_enable=YES
#anon_mkdir_write_enable=YES
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
#chown_uploads=YES
#chown_username=whoever
#xferlog_file=/var/log/xferlog
xferlog_std_format=NO
#idle_session_timeout=600
#data_connection_timeout=120
#nopriv_user=ftpsecure
#async_abor_enable=YES
ascii_upload_enable=YES
ascii_download_enable=YES
#ftpd_banner=Welcome...
Subscribe to:
Posts (Atom)