aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ftp/test/property_test/ftp_simple_client_server_data/vsftpd.conf
diff options
context:
space:
mode:
authorPéter Dimitrov <[email protected]>2018-03-29 14:50:44 +0200
committerGitHub <[email protected]>2018-03-29 14:50:44 +0200
commit23aca6a62a6d264a460668aa569c9078438b580e (patch)
tree1cb329fff82190adc0220d8ff58224681a2c67df /lib/ftp/test/property_test/ftp_simple_client_server_data/vsftpd.conf
parentf2fc2178ffad5fb890b4cc8ae0d44e3096c98103 (diff)
parent69a8c892675884f46381a463d8ec81343f0af646 (diff)
downloadotp-23aca6a62a6d264a460668aa569c9078438b580e.tar.gz
otp-23aca6a62a6d264a460668aa569c9078438b580e.tar.bz2
otp-23aca6a62a6d264a460668aa569c9078438b580e.zip
Merge pull request #1765 from peterdmv/split_inets/OTP-14113
Split inets OTP-14113
Diffstat (limited to 'lib/ftp/test/property_test/ftp_simple_client_server_data/vsftpd.conf')
-rw-r--r--lib/ftp/test/property_test/ftp_simple_client_server_data/vsftpd.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/lib/ftp/test/property_test/ftp_simple_client_server_data/vsftpd.conf b/lib/ftp/test/property_test/ftp_simple_client_server_data/vsftpd.conf
new file mode 100644
index 0000000000..fd48e2abf0
--- /dev/null
+++ b/lib/ftp/test/property_test/ftp_simple_client_server_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=NO
+#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