mirror of
https://github.com/upa/mscp.git
synced 2026-05-18 10:29:37 +08:00
update README
This commit is contained in:
17
README.md
17
README.md
@@ -2,11 +2,20 @@
|
|||||||
|
|
||||||
`mscp`, a variant of `scp`, copies files over multiple ssh (sftp)
|
`mscp`, a variant of `scp`, copies files over multiple ssh (sftp)
|
||||||
sessions. Multiple threads in mscp transfer (1) multiple files
|
sessions. Multiple threads in mscp transfer (1) multiple files
|
||||||
simultaneously and (2) a large file in parallel.
|
simultaneously and (2) a large file in parallel. It may shorten the
|
||||||
|
waiting time for transferring a lot of/large files over networks.
|
||||||
|
|
||||||
The usage of mscp is similar to scp, e.g., `mscp example.com:srcfile
|
You can use `mscp` like `scp`, e.g., `mscp example.com:srcfile
|
||||||
/tmp/dstfile`, except remote glob on remote shell expansion and `-r`
|
/tmp/dstfile`. Remote hosts only need to run `sshd` supporting the
|
||||||
is not needed on mscp.
|
SFTP subsystem, and you need to be able to ssh to the hosts (as
|
||||||
|
usual).
|
||||||
|
|
||||||
|
Differences from `scp` are:
|
||||||
|
|
||||||
|
- 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 noticed and implemented...
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user