|
11.7 ftplib -- FTP protocol client
This module defines the class FTP and a few related items. The 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 as mirroring other ftp servers. It is also used by the module urllib to handle URLs that use FTP. For more information on FTP (File Transfer Protocol), see Internet RFC 959. Here's a sample session using the ftplib module:
The module defines the following items:
See Also:
Subsections See About this document... for information on suggesting changes. |