diff options
author | Ryo Nakamura <upa@haeena.net> | 2023-08-04 01:53:48 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2023-08-04 01:53:48 +0900 |
commit | 3b26c7c7191c44ddd8840a803b603cd2f60ac059 (patch) | |
tree | 75b087ae336882074c3bb1400d7fd6fb9fcec17e /README.md | |
parent | fbc817213b418285ff31dfa41cc9f4fc9009fc15 (diff) |
update README: glob is now supported
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -21,8 +21,7 @@ https://user-images.githubusercontent.com/184632/206889149-7cc6178a-6f0f-41e6-85 Differences from `scp` on usage: -- remote glob on remote shell expansion is not supported. -- remote to remote copy is not supported. +- Remote-to-remote copy is not supported. - `-r` option is not needed to transfer directories. - and any other differences I have not implemented and noticed. |