summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2024-04-11 20:38:12 +0900
committerRyo Nakamura <upa@haeena.net>2024-04-11 20:38:12 +0900
commitc9fe3993aaef59cf1dafda2b12854a18a69c0e57 (patch)
tree08ed78548645785e2fdd4af81e79b31574cecc5e
parent59b90d80bd86aaef9e624b6eec6135ac743c7b90 (diff)
update README
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b54a525..9902642 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ transfer time for a lot of/large files over networks.
You can use `mscp` like `scp`, for example:
```shell-session
-$ mscp user@example.com:srcfile /tmp/dstfile
+$ mscp srcfile user@example.com:dstfile
```
Remote hosts only need to run standard `sshd` supporting the SFTP
@@ -27,7 +27,7 @@ https://github.com/upa/mscp/assets/184632/19230f57-be7f-4ef0-98dd-cb4c460f570d
--------------------------------------------------------------------
-Differences from `scp` on usage:
+Major differences from `scp` on usage:
- Remote-to-remote copy is not supported.
- `-r` option is not needed to transfer directories.
@@ -102,7 +102,7 @@ make install
```
Source tar balls (`mscp-X.X.X.tar.gz`, not `Source code`) in
-[Releases page](https://github.com/upa/mscp/releases) contains the patched version
+[Releases page](https://github.com/upa/mscp/releases) contain the patched version
of libssh. So you can start from cmake with it.