aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/ftp_SUITE_data/vsftpd.conf
blob: 4133f8f3b1a9606464dfaa40bbfa5d41e8267c90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
listen=YES
listen_port=9999
run_as_launching_user=YES
ssl_enable=YES
allow_anon_ssl=YES

#background=NO
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

#rsa_cert_file=cert.pem
#rsa_private_key_file exists, not rsa_key_file=key.pem

### Shouldn't be necessary....
require_ssl_reuse=NO