Enabling ASCII mode support. Fix from toxarbk

This commit is contained in:
Serghey Rodin 2013-10-12 17:36:25 +03:00
commit 845e5f95d4
2 changed files with 4 additions and 0 deletions

View file

@ -13,6 +13,8 @@ pam_service_name=vsftpd
userlist_enable=YES
tcp_wrappers=YES
force_dot_files=YES
ascii_upload_enable=YES
ascii_download_enable=YES
pasv_enable=YES
pasv_max_port=12100
pasv_min_port=12000

View file

@ -13,6 +13,8 @@ pam_service_name=vsftpd
userlist_enable=NO
tcp_wrappers=YES
force_dot_files=YES
ascii_upload_enable=YES
ascii_download_enable=YES
#allow_writable_chroot=YES
allow_writeable_chroot=YES
seccomp_sandbox=NO