aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/property_test/ftp_simple_client_server_data/vsftpd.conf
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2014-09-02 16:53:11 +0200
committerHans Nilsson <[email protected]>2014-09-02 16:53:11 +0200
commitb3e08774fa418c3adae11d823fc7e9328674b4d2 (patch)
tree2c107b2ae24b4d36b7742034a0d0f2e8680f4661 /lib/inets/test/property_test/ftp_simple_client_server_data/vsftpd.conf
parent0b9d5d0006d873223f8a0b142b9df42cf657589d (diff)
downloadotp-b3e08774fa418c3adae11d823fc7e9328674b4d2.tar.gz
otp-b3e08774fa418c3adae11d823fc7e9328674b4d2.tar.bz2
otp-b3e08774fa418c3adae11d823fc7e9328674b4d2.zip
inets: Add simple experimental property test suite
Diffstat (limited to 'lib/inets/test/property_test/ftp_simple_client_server_data/vsftpd.conf')
-rw-r--r--lib/inets/test/property_test/ftp_simple_client_server_data/vsftpd.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/lib/inets/test/property_test/ftp_simple_client_server_data/vsftpd.conf b/lib/inets/test/property_test/ftp_simple_client_server_data/vsftpd.conf
new file mode 100644
index 0000000000..fd48e2abf0
--- /dev/null
+++ b/lib/inets/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