Blog Archive for February 10, 2010

SFTP from Python

February 10, 2010

I had a need to pull some files off a remote server using SFTP. Previously, I've relied on using certificates for password-less login, but with this being a server I didn't have control over, I needed to use the password.

It turns out there is a python library called Paramiko …