diff options
author | Hans Nilsson <[email protected]> | 2013-11-19 11:40:56 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-02-05 10:32:26 +0100 |
commit | 962184a8a808a71dc557ee79c5eb43319f5d9a40 (patch) | |
tree | 61c9dcfdfcde35220abb304d2bd16abc175d70bc | |
parent | 003a846f15f9861620b2c1b2bcd4055f5ec3064e (diff) | |
download | otp-962184a8a808a71dc557ee79c5eb43319f5d9a40.tar.gz otp-962184a8a808a71dc557ee79c5eb43319f5d9a40.tar.bz2 otp-962184a8a808a71dc557ee79c5eb43319f5d9a40.zip |
ftp: Add documentation.
-rw-r--r-- | lib/inets/doc/src/ftp.xml | 2 |
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 |