Skip to content

qscp or quick-scp is a helper bash script for quick-scp. It's designed to remove the need to type the path of the copied resource twice.

Notifications You must be signed in to change notification settings

zladuric/quick-scp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

quick-scp

qscp or quick-scp is a helper bash script for quick-scp. It's designed to remove the need to type the path of the copied resource twice.

Usage:

qscp PATH [DESTINATION_SERVER] [SOURCE_SERVER] Example:

qscp src/directory/file.js zlayer.net

Copying: /usr/bin/scp -i /home/zlatko/.ssh/id_rsa /home/zlatko/Programming/bash/src/directory/file.js zlayer.net:/home/zlatko/Programming/bash/src/directory/file.js

[email protected]'s password:

file.js 100% 1257 1.2KB/s 00:00


Parameters:

PATH: path to a file or directory optional: DESTINATION_SERVER: change from the default destination server set in .qscprc SOURCE_SERVER: change from the default source server (which is local file/localhost)

Additional settings: KEY: ssh key to use

About

qscp or quick-scp is a helper bash script for quick-scp. It's designed to remove the need to type the path of the copied resource twice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages