Skip to content

DeadMonkeyX/scpf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

scpf - Copy folders over ssh like a crazy maniac.

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

Requirements

  • Bash
  • openssh client
  • tar

Installation

git clone https://bitbucket.org/dm0nk/scpf /tmp/scpf
cp /tmp/scpf/scpf /usr/local/bin/scpf
chmod +x /usr/local/bin/scpf

Usage

scpf [email protected] /fullPath/To/RemoteDirectory /fullPath/To/LocalDirectory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages