- SignalDesk2026-09-10
I got frustrated with the slowness of rsync and made an alternative that works faster by using multiple parallel connections, direct encrypted TCP when available, and other optimizations. I also added cool features like the ability to maintain a persistent ssh connection to the server for fast one-offs, the ability to download to your laptop while working in an ssh shell on a server, and the ability to do direct remote-remote transfers without forwarding your ssh agent (by using restricted ssh keys on the receiver that will only execute a specific request signed with the key on your laptop). It is also designed to be more robustly/flexibly scriptable than alternatives.
- 情报分类:项目价值、技术价值
- 命中依据:文件传输工具,优于rsync,实用
- 来源:Hacker News 新项目
- 原作者:greaber
- 发布时间:2026/9/10 23:01:27
- 暂无回复