diff options
author | Ryo Nakamura <upa@haeena.net> | 2022-11-06 20:25:32 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2022-11-06 20:25:32 +0900 |
commit | c6e469ff3eb2bd3048fc5429ea0981c00f76e600 (patch) | |
tree | 218ea48681608e3f4e6c06289cb3bd1cfd8905eb /README.md | |
parent | e202939f9ef3cc35ce97c8d923650600b4b56535 (diff) |
add install from homebrew tap to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -8,7 +8,7 @@ sessions. Multiple threads in mscp transfer (1) multiple files simultaneously and (2) a large file in parallel. It may shorten the waiting time for transferring a lot of/large files over networks. -You can use `mscp` like `scp`, e.g., `mscp example.com:srcfile +You can use `mscp` like `scp`, for example, `mscp example.com:srcfile /tmp/dstfile`. Remote hosts only need to run `sshd` supporting the SFTP subsystem, and you need to be able to ssh to the hosts (as usual). @@ -23,11 +23,17 @@ Differences from `scp` are: ## Install +- homebrew + +```console +brew install upa/tap/mscp +``` + - Linux: Download a package for your environment from [Releases page](https://github.com/upa/mscp/releases). -## Build +## Build from source mscp depends on [libssh](https://www.libssh.org/). |