Splitcpy

Copy a remote file using multiple SSH streams

View the Project on GitHub davesteele/splitcpy

back

Using the splitcpy repository.

Here is how to add splitcpy to apt repository resources for your system, letting you install and automatically upgrade with standard tools.

First, add a reference to the splitcpy PPA to your /etc/apt/sources.list file (as root):

deb http://davesteele.github.io/splitcpy/repo splitcpyppa main
Add the repository key to your apt key ring:

# wget https://davesteele.github.io/key-366150CE.pub.txt
# sudo apt-key add key-366150CE.pub.txt
Install the package with :

$ sudo apt-get update
$ sudo apt-get install splitcpy
The packages will be updated with every 'apt-get upgrade'.