linux:ubuntu:vsftpd

Differences

This shows you the differences between two versions of the page.


linux:ubuntu:vsftpd [2019/10/31 09:05] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Install vsftpd on Ubuntu ====== 
 +  * apt install vsftpd 
 +  * edit /etc/vsftpd.conf 
 +      * local_enable=YES 
 +      * local_umask=022 
 +      * write_enable=YES 
 +      * chroot_local_user=YES 
 +      * allow_writeable_chroot=YES 
 +      * pasv_enable=Yes 
 +      * pasv_min_port=40000 
 +      * pasv_max_port=40100 
 +  * service vsftpd restart