summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2024-03-14 12:49:28 +0900
committerRyo Nakamura <upa@haeena.net>2024-03-14 12:49:28 +0900
commit11a48bbe090caab0bbef69a58ea313b11fa41b65 (patch)
treec2fc7afd50ebb36b4d73e760e4076630b2025b7d /README.md
parent63fb5a74747c6f6bd022f8eb46cb44f9aaf71640 (diff)
update README: mscp supports checkpointing
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 16c340d..b54a525 100644
--- a/README.md
+++ b/README.md
@@ -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.