This commit is contained in:
Kovid Goyal 2023-09-18 07:44:50 +05:30
parent b96f56b072
commit 9a0140c430
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -24,7 +24,7 @@ copy a file from a remote computer::
<local computer> $ kitten ssh my-remote-computer
<remote computer> $ kitten transfer some-file /path/on/local/computer
The kitten can transfer files too and from the remote computer. It supports
The kitten can transfer files to and from the remote computer. It supports
recursive transfer of directories, symlinks and hardlinks. It can even use the
rsync algorithm to speed up repeated transfers of large files.