From rob at cogit8.org Wed Jul 9 10:16:11 2008 From: rob at cogit8.org (Rob Hudson) Date: Wed Jul 9 10:16:24 2008 Subject: [Python] Paramiko Message-ID: <431625050807091016h367feav39258ae5c3e16636@mail.gmail.com> 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