show/hide this revision's text 3 linked to launchpad branch

You could also check out paramiko. There's no scp module (yet), but it fully supports sftp.

There's a sample scp module in the mailinglist

[EDIT] Sorry, missed the line where you mentioned paramiko. The following module is simply an implementation of the scp protocol for paramiko. If you don't want to use paramiko or conch (the only ssh implementations I know of for python), you could rework this to run over a regular ssh session using pipes.

http://www.lag.net/pipermail/paramiko/attachments/20080730/931f2fb9/attachment.bin

The listserver scrubbed the attachment, so just rename it 'scp.py.gz'

scp.py for paramiko

show/hide this revision's text 2 added 317 characters in body

You could also check out paramiko. There's no scp module (yet), but it fully supports sftp.

There's a sample scp module in the mailinglist

[EDIT] Sorry, missed the line where you mentioned paramiko. The following module is simply an implementation of the scp protocol for paramiko. If you don't want to use paramiko or conch (the only ssh implementations I know of for python), you could rework this to run over a regular ssh session using pipes.

http://www.lag.net/pipermail/paramiko/attachments/20080730/931f2fb9/attachment.bin

The listserver scrubbed the attachment, so just rename it 'scp.py.gz'

show/hide this revision's text 1

You could also check out paramiko. There's no scp module (yet), but it fully supports sftp.

There's a sample scp module in the mailinglist

http://www.lag.net/pipermail/paramiko/attachments/20080730/931f2fb9/attachment.bin

The listserver scrubbed the attachment, so just rename it 'scp.py.gz'