scp-exclude
v0.1.3
Published
extension the linux command scp,with the capacity of exclude some directory or file when use scp
Downloads
22
Maintainers
Readme
installation
npm install scp-exclude -g
Usage
similar with scp , with the capacity of exclude some local file or dir by option -I or --ignore
scp-exclude localDir root@host:remotePath -I node_modules,.vscode -1 -P 8899