ssh

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sa6113
    New Member
    • Feb 2008
    • 5

    ssh

    what options we have for performing ssh (actually scp) on Windows and Linux from Python. Note that Linux has builtin ssh/scp, hence, pexpect should be a simple option, but to the best of my knowledge Windows does not anything. I would like to see a list of options on this.
  • ghostdog74
    Recognized Expert Contributor
    • Apr 2006
    • 511

    #2
    you can do ssh with python using paramiko or pyssh. search for them with google.

    Comment

    Working...