mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Enabling ASCII mode support. Fix from toxarbk
This commit is contained in:
parent
c84c0bb474
commit
845e5f95d4
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue