diff options
author | Fred Drake <fdrake@acm.org> | 2001-12-26 19:48:43 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-12-26 19:48:43 (GMT) |
commit | ef338ec5f9f3d99761d0583f96be8aa4570dd51f (patch) | |
tree | 75c3df50cded56a3115d9f8db91ad1eb8de56075 /Doc/lib/libftplib.tex | |
parent | 8b8fe288b34c590d44d03315e3b9ccf2468c777c (diff) | |
download | cpython-ef338ec5f9f3d99761d0583f96be8aa4570dd51f.zip cpython-ef338ec5f9f3d99761d0583f96be8aa4570dd51f.tar.gz cpython-ef338ec5f9f3d99761d0583f96be8aa4570dd51f.tar.bz2 |
More index entries.
Diffstat (limited to 'Doc/lib/libftplib.tex')
-rw-r--r-- | Doc/lib/libftplib.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex index e7e5341..0d0d700 100644 --- a/Doc/lib/libftplib.tex +++ b/Doc/lib/libftplib.tex @@ -4,10 +4,12 @@ \declaremodule{standard}{ftplib} \modulesynopsis{FTP protocol client (requires sockets).} +\indexii{FTP}{protocol} +\index{FTP!\module{ftplib} (standard module)} This module defines the class \class{FTP} and a few related items. The \class{FTP} class implements the client side of the FTP -protocol.\indexii{FTP}{protocol} You can use this to write Python +protocol. You can use this to write Python programs that perform a variety of automated FTP jobs, such as mirroring other ftp servers. It is also used by the module \refmodule{urllib} to handle URLs that use FTP. For more information |