Working with FTP Using Python
Many companies and organizations use the File Transfer Protocol (FTP) for sharing data. Python provides a File Transfer Protocol module in its standard library called ftplib that implements the client side of the FTP protocol.
You can learn all about the File Transfer Protocol by reading the RFC 959 document online. However, the full specification is ou…
Keep reading with a 7-day free trial
Subscribe to The Python Papers to keep reading this post and get 7 days of free access to the full post archives.