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.
Asked
Active
Viewed 274 times
0
-
1try Fabric: http://www.fabfile.org/ – Will Jul 19 '16 at 06:07