Showing posts with label ftp. Show all posts
Showing posts with label ftp. Show all posts

Thursday, August 8, 2019

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...