We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799f811 commit cb48601Copy full SHA for cb48601
README.md
@@ -29,5 +29,9 @@ Other options:
29
# Examples
30
31
```sh
32
-sshpass.exe -p 12345 ssh xhcoding@192.168.139.128 ls
+sshpass -p 12345 ssh xhcoding@192.168.139.128 ls
33
+```
34
+
35
+```sh
36
+sshpass -p 12345 rsync -avz -e 'c:/Users/xhcoding/scoop/apps/cwrsync/current/bin/ssh.exe' README.md xhcoding@192.168.139.128:/home/xhcoding/
37
```
0 commit comments