scp.py
scp.py copied to clipboard
scp module for paramiko
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,...
### 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...
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...