blob: 70ba5fbf77c7cc365f81db00253a7ba402f68534 (
plain)
1
2
3
|
ftplib is a set of routines that implement the FTP protocol. They allow
applications to create and access remote files through function calls, instead
of forking and executing an interactive ftp client program.
|