aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/ftp_SUITE_data
diff options
context:
space:
mode:
Diffstat (limited to 'lib/inets/test/ftp_SUITE_data')
-rw-r--r--lib/inets/test/ftp_SUITE_data/vsftpd.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/inets/test/ftp_SUITE_data/vsftpd.conf b/lib/inets/test/ftp_SUITE_data/vsftpd.conf
index 4763e439a4..a7b260282c 100644
--- a/lib/inets/test/ftp_SUITE_data/vsftpd.conf
+++ b/lib/inets/test/ftp_SUITE_data/vsftpd.conf
@@ -1,9 +1,18 @@
+
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
+
#rsa_cert_file=cert.pem
-#rsa_key_file=key.pem \ No newline at end of file
+#rsa_key_file=key.pem
+