jbardin / scp.py

scp module for paramiko
Other
529 stars 139 forks source link

Enhance scp.py for copy folders #186

Closed liliangnike closed 7 months ago

liliangnike commented 7 months ago

Enhance scp.py to keep identical behavior with native scp command:

  1. When scp.py meets non-regular file, it reports error to user.
  2. After reporting error, scp.py continues to copy all the remaining regular files.