Python FTP: Storing and Retrieving in Text Format
Tuesday November 13, 2007
The next step in our series on FTP in Python and the
ftplib module is now posted. Python's ftplib module supports two different modes for posting and retrieving: line and binary. Thus far, the guide discusses the intricacies of using line mode. Our next step will look at binary transactions.