diff options
author | Ingela Anderton Andin <[email protected]> | 2013-09-27 16:04:45 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2013-11-19 14:39:33 +0100 |
commit | 66164ddcf85071e469c86c0f11912b6a1e2c9c47 (patch) | |
tree | 12e33697782a7d575b7a2513b897c61860e9ccef /lib | |
parent | b6951505043a89fc13d694f1ed81f5329ce736b1 (diff) | |
download | otp-66164ddcf85071e469c86c0f11912b6a1e2c9c47.tar.gz otp-66164ddcf85071e469c86c0f11912b6a1e2c9c47.tar.bz2 otp-66164ddcf85071e469c86c0f11912b6a1e2c9c47.zip |
ftp: Implement ftps (upgrade to TLS)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/inets/test/ftp_SUITE_data/vsftpd.conf | 9 |
1 files changed, 9 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..4763e439a4 --- /dev/null +++ b/lib/inets/test/ftp_SUITE_data/vsftpd.conf @@ -0,0 +1,9 @@ +listen=YES +listen_port=9999 +run_as_launching_user=YES +#ssl_enable=YES +#allow_anon_ssl=YES +background=YES +anonymous_enable=YES +#rsa_cert_file=cert.pem +#rsa_key_file=key.pem
\ No newline at end of file |