diff options
author | Raymond Hettinger <python@rcn.com> | 2011-01-27 20:38:46 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-01-27 20:38:46 (GMT) |
commit | 469271d4ea02322f526414c0ed51556410b0d3e6 (patch) | |
tree | 26b8af47b4427cc9f042947aaa241ce69a998545 /Doc/library/ftplib.rst | |
parent | 1a90f9c52fbf3ec0318c4c9defafe8403f6146b9 (diff) | |
download | cpython-469271d4ea02322f526414c0ed51556410b0d3e6.zip cpython-469271d4ea02322f526414c0ed51556410b0d3e6.tar.gz cpython-469271d4ea02322f526414c0ed51556410b0d3e6.tar.bz2 |
More source links
Diffstat (limited to 'Doc/library/ftplib.rst')
-rw-r--r-- | Doc/library/ftplib.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/ftplib.rst b/Doc/library/ftplib.rst index a187403..aee8f66 100644 --- a/Doc/library/ftplib.rst +++ b/Doc/library/ftplib.rst @@ -9,6 +9,10 @@ pair: FTP; protocol single: FTP; ftplib (standard module) +**Source code:** :source:`Lib/ftp.py` + +-------------- + This module defines the class :class:`FTP` and a few related items. The :class:`FTP` class implements the client side of the FTP protocol. You can use this to write Python programs that perform a variety of automated FTP jobs, such |