"Peter A. Schott" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > have a handful of partners who use FTPS or SFTP and I need to pull/push files > to/from them.
For SFTP, run don't walk, over to http://www.lag.net/paramiko/ Paramiko is a pure Python(*) implementation of SSH and all the sub-protocols such as SFTP. Works on all platforms, very responsive author, works reliably and LGPL license. (*) It does require PyCrypto which is a native code package available for all platforms. Roger -- http://mail.python.org/mailman/listinfo/python-list