0

What are the best ways to do ssh and scp in Python? I want to eliminate an Apache Ant build like we are doing in Java.

Chad Nouis
  • 6,861
  • 1
  • 27
  • 28
Ankur Kunal
  • 31
  • 1
  • 6

1 Answers1

1

Use paramiko. it is one of the best python package for ssh and scp.

link: python paramiko ssh

http://www.paramiko.org/

Community
  • 1
  • 1
MaNKuR
  • 2,578
  • 1
  • 19
  • 31