diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-03-14 12:49:28 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-03-14 12:49:28 +0900 |
commit | 11a48bbe090caab0bbef69a58ea313b11fa41b65 (patch) | |
tree | c2fc7afd50ebb36b4d73e760e4076630b2025b7d | |
parent | 63fb5a74747c6f6bd022f8eb46cb44f9aaf71640 (diff) |
update README: mscp supports checkpointing
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -31,6 +31,7 @@ Differences from `scp` on usage: - Remote-to-remote copy is not supported. - `-r` option is not needed to transfer directories. +- Checkpointing for resuming failed transfer is supported. - and any other differences I have not implemented and noticed. Paper: @@ -107,4 +108,4 @@ of libssh. So you can start from cmake with it. ## Documentation -[manpage](/doc/mscp.rst) is available.
\ No newline at end of file +[manpage](/doc/mscp.rst) is available. |