diff options
author | Hans Nilsson <[email protected]> | 2013-11-08 12:10:57 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-02-05 10:32:25 +0100 |
commit | 83e9251f949d360dc4fb0eb04f24c4d5b85915da (patch) | |
tree | 62c88dd03ae963ee56583d67db7948e0f12961f6 /lib/inets/test/ftp_SUITE_data | |
parent | 91d915b04c278ffb91c7aeaa298a1d4e96673b0f (diff) | |
download | otp-83e9251f949d360dc4fb0eb04f24c4d5b85915da.tar.gz otp-83e9251f949d360dc4fb0eb04f24c4d5b85915da.tar.bz2 otp-83e9251f949d360dc4fb0eb04f24c4d5b85915da.zip |
ftp: old ftp_SUITE re-written and works
Diffstat (limited to 'lib/inets/test/ftp_SUITE_data')
-rw-r--r-- | lib/inets/test/ftp_SUITE_data/vsftpd.conf | 10 |
1 files changed, 9 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..003d0115af 100644 --- a/lib/inets/test/ftp_SUITE_data/vsftpd.conf +++ b/lib/inets/test/ftp_SUITE_data/vsftpd.conf @@ -1,9 +1,17 @@ + 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 |