20.8. 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 Protocol), see Internet RFC 959.

小宇哥 發表在 痞客邦 留言(0) 人氣()