blob: 4568fad1478c785c8783143b1af4eb78557c2216 (
plain) (
tree)
|
|
###
### Some parameters are given in the vsftpd start command.
###
### Typical command-line paramters are such that has a file path
### component like cert files.
###
listen=YES
listen_port=9999
run_as_launching_user=YES
ssl_enable=YES
ssl_ciphers=HIGH:!aNULL:!MD5
allow_anon_ssl=YES
background=YES
write_enable=YES
anonymous_enable=YES
anon_upload_enable=YES
anon_mkdir_write_enable=YES
anon_other_write_enable=YES
anon_world_readable_only=NO
### Shouldn't be necessary....
require_ssl_reuse=NO
### Logging
#vsftpd_log_file=/devel/otp/vsftpd.log
#xferlog_enable=YES
#xferlog_std_format=NO
#log_ftp_protocol=YES
|