We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ca250 commit 272774eCopy full SHA for 272774e
install/ubuntu/16.04/vsftpd/vsftpd.conf
@@ -17,10 +17,11 @@ tcp_wrappers=YES
17
force_dot_files=YES
18
ascii_upload_enable=YES
19
ascii_download_enable=YES
20
-#allow_writable_chroot=YES
21
allow_writeable_chroot=YES
22
seccomp_sandbox=NO
23
pasv_enable=YES
24
-pasv_max_port=12100
25
pasv_min_port=12000
+pasv_max_port=12100
+max_per_ip=10
26
+max_clients=100
27
use_localtime=YES
0 commit comments