On Wed, 17 Sep 2003 13:49:36 +0200, rumours say that "Michael"
<qwerty@tiscali mail.nl> might have written:
[color=blue]
>Is there a scp (ssh) written in Python ?[/color]
import google
google.search(" python ssh")
--
TZOTZIOY, I speak England very best,
Microsoft Security Alert: the Matrix began as open source.
"Michael" <qwerty@tiscali mail.nl> writes:
[color=blue]
> Is there a scp (ssh) written in Python ?[/color]
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
--
The Programmer's Quick Guide To Python (Time Machine version):
You try to shoot yourself in the foot, only to realize that
there's no need, since Guido thoughtfully shot you in the foot
years ago. -- Nick Mathewson, comp.lang.pytho n
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...
--
mertz@ _/_/_/_/_/_/_/ THIS MESSAGE WAS BROUGHT TO YOU BY:_/_/_/_/ v i
gnosis _/_/ Postmodern Enterprises _/_/ s r
..cx _/_/ MAKERS OF CHAOS.... _/_/ i u
_/_/_/_/_/ LOOK FOR IT IN A NEIGHBORHOOD NEAR YOU_/_/_/_/_/ g s
Comment