ftplib
ftplib — FTP protocol client
Source code: Lib/ftplib.py
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 Protoc