diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2011-05-25 20:57:22 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2011-05-25 20:57:22 +0000 |
commit | 3a8ba90dfb0c2eb224f317dd692ede426691e72a (patch) | |
tree | fe1cc5379a2e0e031663fe9c15d908653844bc73 /doc/ftp.html | |
parent | bce60be30fe8e9c1b0eb33128c23c93d7bca5303 (diff) | |
download | luasocket-3a8ba90dfb0c2eb224f317dd692ede426691e72a.tar.gz luasocket-3a8ba90dfb0c2eb224f317dd692ede426691e72a.tar.bz2 luasocket-3a8ba90dfb0c2eb224f317dd692ede426691e72a.zip |
Saving before big changes to support IPv6.
Diffstat (limited to 'doc/ftp.html')
-rw-r--r-- | doc/ftp.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ftp.html b/doc/ftp.html index 1f6335e..3f23a4a 100644 --- a/doc/ftp.html +++ b/doc/ftp.html | |||
@@ -42,7 +42,7 @@ | |||
42 | FTP (File Transfer Protocol) is a protocol used to transfer files | 42 | FTP (File Transfer Protocol) is a protocol used to transfer files |
43 | between hosts. The <tt>ftp</tt> namespace offers thorough support | 43 | between hosts. The <tt>ftp</tt> namespace offers thorough support |
44 | to FTP, under a simple interface. The implementation conforms to | 44 | to FTP, under a simple interface. The implementation conforms to |
45 | <a href="http://www.cs.princeton.edu/~diego/rfc/rfc0959.txt">RFC 959</a>. | 45 | <a href="http://www.ietf.org/rfc/rfc959.txt">RFC 959</a>. |
46 | </p> | 46 | </p> |
47 | 47 | ||
48 | <p> | 48 | <p> |
@@ -70,8 +70,8 @@ local ftp = require("socket.ftp") | |||
70 | 70 | ||
71 | <p> | 71 | <p> |
72 | URLs MUST conform to | 72 | URLs MUST conform to |
73 | <a href="http://www.cs.princeton.edu/~diego/rfc/rfc1738.txt">RFC | 73 | <a href="http://www.ietf.org/rfc/rfc1738.txt">RFC 1738</a>, |
74 | 1738</a>, that is, an URL is a string in the form: | 74 | that is, an URL is a string in the form: |
75 | </p> | 75 | </p> |
76 | 76 | ||
77 | <blockquote> | 77 | <blockquote> |