diff options
author | Raymond Hettinger <python@rcn.com> | 2011-01-27 20:38:46 +0000 |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-01-27 20:38:46 +0000 |
commit | 2f7a5dcbe8c62931cd56c684f01b3739e30d3e5e (patch) | |
tree | b71e16ba4cc65d3dbd1c7eb91763058a0acf1f1d /Doc/library/ftplib.rst | |
parent | 2d6d772fbef518ce87be8ed5b757b43fcde679b3 (diff) | |
download | cpython-2f7a5dcbe8c62931cd56c684f01b3739e30d3e5e.tar.gz |
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 a1874030e1..aee8f662a1 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 |