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

scp module for paramiko

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

Hello! Thank you for this module. I noticed the transfer time can be quite slow (compared to command line scp). An order of magnitude or more slower. Is this an...

bug
waiting on author

Is it possible to emulate the native `scp` command's handling for when it comes across a permission error on a file within a recursive transfer? For example, the `operate` user...

enhancement

This issue is very similar to #32. I actually found another similar scenario that throws an SCPException and breaks the process. This one is when you are copying a file...

enhancement

Enhance scp.py to make the bahaviors to be identical to native scp command behaviors: 1. When meets non-regular files, scp.py should prompt. 2. After prompt, scp.py should continue to copy...

In one server folder, there are several regular files and one pipe file (non-regular file). From client side, when we are using scp command to download the folder, though scp...

enhancement
hacktoberfest

Would also be nice for put, but I don't have the time currently.

enhancement

Consider the following output from `man scp`: ``` SCP(1) BSD General Commands Manual SCP(1) NAME scp — OpenSSH secure file copy SYNOPSIS scp [-346ABCOpqRrsTv] [-c cipher] [-D sftp_server_path] [-F ssh_config]...

enhancement

Added getfo and get_data functions to SCPClient, added tests, documentation in README

enhancement

I'm trying to use this lib with paramiko to push a config file to a fortigate. The fortigate has some validation logic to check if the config is valid or...

enhancement
help wanted