aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc/src/ftp.xml
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2013-11-19 12:09:05 +0100
committerHans Nilsson <[email protected]>2013-11-19 14:39:35 +0100
commit5b10a6c858dc1e311af82f554abebd34108c6cce (patch)
tree8c54dabd96a9bf0007da3f6808ce220947e31de9 /lib/inets/doc/src/ftp.xml
parent38a6bfa58009e4106e0f7243a7ec36504fe736f5 (diff)
downloadotp-5b10a6c858dc1e311af82f554abebd34108c6cce.tar.gz
otp-5b10a6c858dc1e311af82f554abebd34108c6cce.tar.bz2
otp-5b10a6c858dc1e311af82f554abebd34108c6cce.zip
ftp: Linking rfc-refs.
Diffstat (limited to 'lib/inets/doc/src/ftp.xml')
-rw-r--r--lib/inets/doc/src/ftp.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/inets/doc/src/ftp.xml b/lib/inets/doc/src/ftp.xml
index c6e37dc539..d528c2bb28 100644
--- a/lib/inets/doc/src/ftp.xml
+++ b/lib/inets/doc/src/ftp.xml
@@ -569,7 +569,8 @@
(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 securing 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
+<url href="http://www.ietf.org/rfc/rfc4217.txt">RFC 4217</url>). 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
@@ -817,8 +818,7 @@
<p>Sets the file transfer type to <c>ascii</c> or <c>binary</c>. When
an ftp session is opened, the default transfer type of the
server is used, most often <c>ascii</c>, which is the default
- according to RFC 959.</p>
-
+ according to <url href="http://www.ietf.org/rfc/rfc959.txt">RFC 959</url>.</p>
<marker id="user3"></marker>
</desc>
</func>
@@ -945,7 +945,7 @@
<section>
<title>SEE ALSO</title>
<p>file, filename, J. Postel and J. Reynolds: File Transfer Protocol
- (RFC 959).
+ (<url href="http://www.ietf.org/rfc/rfc959.txt">RFC 959</url>).
</p>
</section>