We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84c0bb commit 845e5f9Copy full SHA for 845e5f9
install/rhel/vsftpd.conf
@@ -13,6 +13,8 @@ pam_service_name=vsftpd
13
userlist_enable=YES
14
tcp_wrappers=YES
15
force_dot_files=YES
16
+ascii_upload_enable=YES
17
+ascii_download_enable=YES
18
pasv_enable=YES
19
pasv_max_port=12100
20
pasv_min_port=12000
install/ubuntu/vsftpd.conf
userlist_enable=NO
#allow_writable_chroot=YES
allow_writeable_chroot=YES
seccomp_sandbox=NO
0 commit comments