HN Hall of Fame Weekly email

Transfer.sh – File sharing from the command line

Resurfaced independently across 6 calendar years, with breakout response in 3 of them.

submissions
7
submitters
7
observed span
2014–2024
peak thread · 113 comments
260 pts
latest 20+ return · 2021-07-05
240 pts

Submission timeline

2007–2026

One slot for every year since HN launched. Height is that year's peak points; orange marks a 100+ point or 50+ comment breakout. Select a bar to open its strongest thread.

First comments on top threads

HN comment order

There are so many tools that can transfer files between two computers. I really like ones like this because you don't have to have SSH access or forward any ports to send a file from A to B. Its similar vein to other peer-to-peer utilities like zget [1], sharedrop [2], instant.io (webtorrent) [3], filepizza (webtorrent) [4], magic-wormhole [5], toss [6], dat [7], and many many others. During Hacktoberfest I also started my own, written in Go, so I could have…

qrv3w·260-point thread·

This is exactly the use case for Magic Wormhole, which is what the cool kids use to transfer files: https://github.com/magic-wormhole/magic-wormhole Magic Wormhole uses an end-to-end PAKE to create an encrypted transport between two points in the Internet, using a rendezvous server. It doesn't store files, which is almost never what you want; it's not a way to send a file and have 10 or 100 people download it. But it's probably the best way to get a file through a…

tptacek·240-point thread·

That's great, you can encrypt stuff then as follows (on a Mac). brew install gpg gpg --gen-key gpg -ac < file.unencrypted | curl http://transfer.sh/file.encrypted -T - To decrypt, take the returned URL: curl https://transfer.sh/1nKXr/file.encrypted | gpg -ad Someone can probably improve this!

Really sad to see transfer.sh go. It was an extremely useful service for sending files to people, like Firefox Send but with fewer limitations, and didn't require signing up for an account. Obviously it's extremely difficult to keep a service like this running indefinitely, but it's obviously of great value to many people. Maybe one day we'll be able to work out a successful method for community funding of services like this.

bscphil·4-point thread·

The first top-level comment from each of the four biggest threads, in HN’s own order. Excerpts are shortened; open a comment for full context.

Breakout years
3

100+ points or 50+ comments

Total points
737

reference only — not used in Hall rules or ranking

Total comments
280

reference only — not used in Hall rules or ranking

Every submission

DateTitle as submittedByPointsComments
2014-09-30Command-line file sharingFirst breakoutmasolino22679
2018-06-20Transfer.sh – File sharing from the command lineBest threadnilsocket260113
2020-03-24Transfer.sh – easy file sharing from the command lineGordonS31
2020-09-17Storj Labs will discontinue support for the transfer.sh servicebscphil43
2021-07-05Transfer.sh – Easy file sharing from the command lineHall induction · Latest 20+ point returnthunderbong24084
2023-08-06Easy File Sharing from the Terminalthecodrr20
2024-08-09Easy file sharing from the command lineshayanbahal20