Giter Club home page Giter Club logo

scpr's Introduction

scpr

Copy whole directories recursive from host device to targeted device over SSH. Copy is done with changes check, so only changed files are copied. This speeds up whole process of copy if only few files have changed in between two copy actions. This can be quite usefull in constant transfering of project files to edge devices that don't support rsync and have only SSH.

Run

In order to run use script scpr.sh

scpr.sh <path to directory on host to copy> <receiver user>@<receiver ip>:<receiver path where dir is placed>

Example

If we wanted to copy ./test directory from host to RaspberryPi device on ip 192.168.1.10 with default user pi. If destination where we want to copy is under /home/pi/Desktop.

scpr.sh ./test [email protected]:/home/pi/Desktop

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.