c52e18b930
A set of routines that implement the FTP protocol
6 lines
252 B
Plaintext
6 lines
252 B
Plaintext
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 needing to fork and exec an interactive ftp client program.
|
|
|
|
WWW: http://nbpfaus.net/~pfau/ftplib/
|