FTP libs for Python?

T

Thomas Allen

I'm interested in writing a script to ease deployment of minor changes
on some websites here, and it would involve some SFTP transfers. Do
you know of good alternatives to ftplib, which is relatively low-
level?

Thomas
 
C

coldpizza

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.
 
T

Thomas Allen

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

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
 
G

Gabriel Genellina

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

curl works on Windows too.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,297
Messages
2,571,527
Members
48,249
Latest member
reactnativeexpert

Latest Threads

Top