diff options
-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. |