summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Nilsson <hans@erlang.org>2013-11-19 11:40:56 +0100
committerIngela Anderton Andin <ingela@erlang.org>2014-02-05 10:32:26 +0100
commit962184a8a808a71dc557ee79c5eb43319f5d9a40 (patch)
tree61c9dcfdfcde35220abb304d2bd16abc175d70bc
parent003a846f15f9861620b2c1b2bcd4055f5ec3064e (diff)
downloaderlang-962184a8a808a71dc557ee79c5eb43319f5d9a40.tar.gz
ftp: Add documentation.
-rw-r--r--lib/inets/doc/src/ftp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/doc/src/ftp.xml b/lib/inets/doc/src/ftp.xml
index ac14d3f274..c6e37dc539 100644
--- a/lib/inets/doc/src/ftp.xml
+++ b/lib/inets/doc/src/ftp.xml
@@ -569,7 +569,7 @@
(without the inets service framework) and
open a session with the FTP server at <c>Host</c>. </p>
- <p>If the option <c>{tls, tls_options()}</c> is present, the ftp session will be transported over tls (ftps, see RFC 4217). The list <c>tls_options()</c> may be empty. The function <seealso marker="ssl:ssl#connect/3"><c>ssl:connect/3</c></seealso> is used for establishing both the control connection and the data sessions.
+ <p>If the option <c>{tls, tls_options()}</c> is present, the ftp session will be transported over tls (ftps, see RFC 4217). The list <c>tls_options()</c> may be empty. The function <seealso marker="ssl:ssl#connect/3"><c>ssl:connect/3</c></seealso> is used for securing both the control connection and the data sessions.
</p>
<p>A session opened in this way, is closed using the