scp in python

M

Michael Hudson

Michael said:
Is there a scp (ssh) written in Python ?

conch (part of twisted) has something to do with ssh... dunno if it
does scp or how hard it would be to extend it to do it if it doesn't.

Cheers,
mwh
 
D

David Mertz

|Is there a scp (ssh) written in Python ?

If it's worth anything, in my latest installment on Twisted, for IBM
developerWorks:

http://www-106.ibm.com/developerworks/linux/library/l-twist4.html

I write a trivial 'scp' client as an example.

Twisted is almost certainly overkill if you just need scp, and my
example does about a tenth of what a real client should. But you could
easily develop a real one using the same ideas.

Yours, David...
 

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

No members online now.

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,111
Latest member
KetoBurn
Top