Copying files from server to client in *nix is often done with scp or sftp.
However most ppl knows that if they are going to download the whole webfolder it would take about 1 hour ++
This is what i aim to solve with scpf
- Bash
- openssh client
- tar
git clone https://bitbucket.org/dm0nk/scpf /tmp/scpf
cp /tmp/scpf/scpf /usr/local/bin/scpf
chmod +x /usr/local/bin/scpf
scpf [email protected] /fullPath/To/RemoteDirectory /fullPath/To/LocalDirectory