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