scp.py icon indicating copy to clipboard operation
scp.py copied to clipboard

scp module for paramiko

Results 33 scp.py issues
Sort by recently updated
recently updated
newest added

Hello, I would like to be able to pass a progress callback when I am calling the get/put methods on SCPClient, like paramiko's SFTPClient class. In my current use case,...

enhancement

### Short description If I copy "src" to "dst", it works. If I copy "src/" to "dst", it fails (only when running on Windows). ### More details Let' s see...

bug

When downloading/uploading a single file, the `progress` and `progress4` tell us how many bytes are involved in the transfer and how many were already transferred, so that works great and...