Skip to content

Commit cb48601

Browse files
committed
doc: add rsync example
1 parent 799f811 commit cb48601

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,9 @@ Other options:
2929
# Examples
3030
3131
```sh
32-
sshpass.exe -p 12345 ssh [email protected] ls
32+
sshpass -p 12345 ssh [email protected] ls
33+
```
34+
35+
```sh
36+
sshpass -p 12345 rsync -avz -e 'c:/Users/xhcoding/scoop/apps/cwrsync/current/bin/ssh.exe' README.md [email protected]:/home/xhcoding/
3337
```

0 commit comments

Comments
 (0)