Useful FTP utility module
Found this while researching some improvements for an automated file grabber library:
http://ftputil.sschwarzer.net/trac
Basically it objectifies the FTP transaction, providing iterators for directory listings, File like objects for remote files, and a number of os.path like function/methods that I've found to be an incredible improvement over my own Python newb abilities.
