scp-chunk icon indicating copy to clipboard operation
scp-chunk copied to clipboard

For transferring files over long latency links. Depending on the TCP/IP stack and the version of ssh installed latency can limit the speed that a single transfer will achieve, on a per connection basi...

Results 9 scp-chunk issues
Sort by recently updated
recently updated
newest added
trafficstars

Would be nice if there was an option to transfer files locally too, e.g. over NFS. No need for "srv" argument in this case. Also when I try to transfer...

I am testing this app and looks like I need to update line 13 to get this working on python3 /debian 10: from multiprocessing import Queue

individual md5 check in event of failure / recovery option.

It would be nice if there was an option to not specify the cipher and just let scp use it's default cipher. Also it would be good to stop using...

The ssh maintainers have deprecated the use of scp. By removing the use of scp there is no longer a need for a cipher argument. Issue #4, #12

I'm happy to make a PR with the necessary `setup.py` if you're interested

implement password mode, rather than just shared ssh keys

check the cypher passed in is a valid option ? check to see if the option is in openssl ciphers -v

(overwrite logic - how should this behave scp, just overwrites...)