summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngela Anderton Andin <ingela@erlang.org>2013-09-27 16:04:45 +0200
committerIngela Anderton Andin <ingela@erlang.org>2014-02-05 10:32:25 +0100
commit91d915b04c278ffb91c7aeaa298a1d4e96673b0f (patch)
tree28dc16eb269dbba13c7ebb9ca5cd05ddfb1b0ee2
parentd5ceee89f1f479ae9dba2b8c6a811403843d07f0 (diff)
downloaderlang-91d915b04c278ffb91c7aeaa298a1d4e96673b0f.tar.gz
ftp: Implement ftps (upgrade to TLS)
-rw-r--r--lib/inets/test/ftp_SUITE_data/vsftpd.conf9
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