From e0fe88c9c421ead606cf5ebed9e14d3584fb846e Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Sat, 26 Nov 2022 01:30:25 +0900 Subject: update README for v0.0.4 --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 50405f7..3c5f00f 100644 --- a/README.md +++ b/README.md @@ -11,16 +11,17 @@ over networks. You can use `mscp` like `scp`, for example, `mscp user@example.com:srcfile /tmp/dstfile`. Remote hosts only need to run -standard `sshd` supporting the SFTP subsystem, and you need to be able -to ssh to the hosts (as usual). `mscp` does not require anything else. +standard `sshd` supporting the SFTP subsystem (e.g. openssh-server), +and you need to be able to ssh to the hosts as usual. `mscp` does not +require anything else. -Differences from `scp`: +Differences from `scp` on usage: - remote glob on remote shell expansion is not supported. - remote to remote copy is not supported. - `-r` option is not needed. -- and any other differences I have not implemented and noticed... +- and any other differences I have not implemented and noticed. ## Install @@ -78,7 +79,7 @@ make install ```console $ mscp -mscp v0.0.2: copy files over multiple ssh connections +mscp v0.0.4: copy files over multiple ssh connections Usage: mscp [vqDCHdh] [-n nr_conns] [-m coremask] [-s min_chunk_sz] [-S max_chunk_sz] [-a nr_ahead] @@ -88,6 +89,7 @@ Usage: mscp [vqDCHdh] [-n nr_conns] [-m coremask] - Example: copy an 8GB file on tmpfs over a 100Gbps link - Two Intel Xeon Gold 6130 machines directly connected with Intel E810 100Gbps NICs. + - Default `openssh-server` runs on the remote host. ```console $ mscp /tmp/test.img 10.0.0.1:/tmp/ @@ -134,7 +136,7 @@ copy done: test/1.txt ```console $ mscp -h -mscp v0.0.2: copy files over multiple ssh connections +mscp v0.0.4: copy files over multiple ssh connections Usage: mscp [vqDCHdh] [-n nr_conns] [-m coremask] [-s min_chunk_sz] [-S max_chunk_sz] [-a nr_ahead] -- cgit v1.2.3