Skip to content

Commit 845e5f9

Browse files
committed
Enabling ASCII mode support. Fix from toxarbk
1 parent c84c0bb commit 845e5f9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

install/rhel/vsftpd.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ pam_service_name=vsftpd
1313
userlist_enable=YES
1414
tcp_wrappers=YES
1515
force_dot_files=YES
16+
ascii_upload_enable=YES
17+
ascii_download_enable=YES
1618
pasv_enable=YES
1719
pasv_max_port=12100
1820
pasv_min_port=12000

install/ubuntu/vsftpd.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ pam_service_name=vsftpd
1313
userlist_enable=NO
1414
tcp_wrappers=YES
1515
force_dot_files=YES
16+
ascii_upload_enable=YES
17+
ascii_download_enable=YES
1618
#allow_writable_chroot=YES
1719
allow_writeable_chroot=YES
1820
seccomp_sandbox=NO

0 commit comments

Comments
 (0)