diff options
author | Hans Nilsson <[email protected]> | 2013-11-20 12:08:17 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2013-11-20 12:08:17 +0100 |
commit | ad71e964ae3f657a4c384c4e715b5d13b527d54e (patch) | |
tree | d50770ca6988189b171c34ed5f8c26b52313d314 /lib/inets/test/ftp_SUITE_data/vsftpd.conf | |
parent | 8435baf2aa09ee8909cfd9eb522866acff93bbc3 (diff) | |
parent | 265f95e7fc9f813c7d0c7d1fb64e5084515089c9 (diff) | |
download | otp-ad71e964ae3f657a4c384c4e715b5d13b527d54e.tar.gz otp-ad71e964ae3f657a4c384c4e715b5d13b527d54e.tar.bz2 otp-ad71e964ae3f657a4c384c4e715b5d13b527d54e.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/inets/test/ftp_SUITE_data/vsftpd.conf')
-rw-r--r-- | lib/inets/test/ftp_SUITE_data/vsftpd.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lib/inets/test/ftp_SUITE_data/vsftpd.conf b/lib/inets/test/ftp_SUITE_data/vsftpd.conf new file mode 100644 index 0000000000..a5584f5916 --- /dev/null +++ b/lib/inets/test/ftp_SUITE_data/vsftpd.conf @@ -0,0 +1,26 @@ + +### +### 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 +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 |