FTP libs for Python?

Thomas Allen thomasmallen at gmail.com
Fri Feb 20 10:24:37 EST 2009


On Feb 20, 9:45 am, coldpizza <vri... at gmail.com> wrote:
> Why don't you just use Curl? It does a dozen of protocols including
> SFTP. And if the command line version is not enough for you then there
> are Python bindings for Curl.

I'm actually hoping to eventually package these tools using py2exe for
some co-workers, which is why I'm not looking to Unix utilities

On Feb 20, 9:48 am, Mike Kent <mrmak... at cox.net> wrote:
> I use Fabric (http://www.nongnu.org/fab/) as my Python-based
> deployment tool, but it uses ssh/scp, not sftp.

I'm looking at Paramiko right now which I saw some people
recommending, as SSH utils are required as well....

Thomas



More information about the Python-list mailing list