首页 > AI前沿 > Show HN: Syq – copy files between machines fast (better than rsync)

Show HN: Syq – copy files between machines fast (better than rsync)

Hacker News 2026-09-10 23:01 3 阅读 查看原文

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.


Comments URL: https://news.ycombinator.com/item?id=49644955

Points: 8

# Comments: 4