diff options
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> |
