FTPLIB & FTPS or SFTP?
Roger Binns
rogerb at rogerbinns.com
Wed Jan 19 23:36:16 EST 2005
"Peter A. Schott" <paschott at no.yahoo.spamm.com> wrote in message news:9b9tu0te197u3bmheldg2hsvkbtuivlov6 at 4ax.com...
> 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
More information about the Python-list
mailing list