[Python] Paramiko

Rob Hudson rob at cogit8.org
Wed Jul 9 10:16:11 PDT 2008


At the last Django Eugene meet up Kbob and I were talking about SSH in
Python.  I have used Paramiko to implement an SFTP upload script that
worked wonderfully.  I couldn't remember the name at the time and Kbob
asked if it depended on the C libraries.

Here's the URL:
http://www.lag.net/paramiko/

And it's 100% Python, no C library dependencies.

-Rob


More information about the Python mailing list