summaryrefslogtreecommitdiff
path: root/README.md
blob: 7aa56b37b4056aef3702c645df435251586b774a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# gscp
scpのラッパーとして機能し、scpの転送ジョブを`goroutine`の並列処理によって管理します。  
  
```bash
git clone https://github.com/haturatu/gscp.git
cd gscp/cmd && go build -o gscp main.go
./gscp
```

## example
```
./gscp -d "/mnt/dest/dir" -u "taro" -h "10.1.0.1" -r "/media/src/dir" -P 110
```