scp in python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael

    scp in python

    Is there a scp (ssh) written in Python ?

    Regards,

    Michael


  • Christos TZOTZIOY Georgiou

    #2
    Re: scp in python

    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.

    Comment

    • Peter Hansen

      #3
      Re: scp in python

      Michael wrote:[color=blue]
      >
      > Is there a scp (ssh) written in Python ?[/color]

      Yes, no... this might help: http://groups.google.com/groups?q=co...on+scp+pexpect

      -Peter

      Comment

      • Michael Hudson

        #4
        Re: scp in python

        "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

        Comment

        • David Mertz

          #5
          Re: scp in python

          "Michael" <qwerty@tiscali mail.nl> wrote previously:
          |Is there a scp (ssh) written in Python ?

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



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

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

          Working...