diff options
author | Ryo Nakamura <upa@haeena.net> | 2023-09-11 19:56:33 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-11 19:56:33 +0900 |
commit | a88471fc43a8500f73cd55eeb87b3a990cb0b4f9 (patch) | |
tree | a09d8f68e0894dc6b3207c19a63d68d93636da0a /README.md | |
parent | 89e50453a8416f9e09502abf3e1f93c1660ac19b (diff) |
Update README.md
add link to PEARC'23 paper
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,8 @@ Differences from `scp` on usage: - `-r` option is not needed to transfer directories. - and any other differences I have not implemented and noticed. - +Paper: +- Ryo Nakamura and Yohei Kuga. 2023. Multi-threaded scp: Easy and Fast File Transfer over SSH. In Practice and Experience in Advanced Research Computing (PEARC '23). Association for Computing Machinery, New York, NY, USA, 320–323. https://doi.org/10.1145/3569951.3597582 ## Install |