Live data from Hacker News

Ask HN: What is your favorite method of sending large files?

news.ycombinator.com

31–40 of 363 posts

Re: Ask HN: What is your favorite method of sending large files?

#33
>I'm also curious on how you'd send 10TB or more.

For my 12TiB of data I use Syncthing when I need to sync them more often, rsync.

I used rsync several times for billions of smaller files totalling to 300GiB, but really all depending on how I connect nodes. I prefer syncthing, but when only ssh is available, then rsync is good too.

Currently largest synced directory by syncthing (that shares usage stats) is over 61384 GiB :)) https://data.syncthing.net/

Re: Ask HN: What is your favorite method of sending large files?

#35
post #21

Earlier quoted context omitted.

That's said often about any tool which has been around long enough. People without experience come around and think they can replace an old tool with a better one, but it's usually only ignorance of either the complexity of the task, knowledge of using the tool properly, or both.

GPG is just not a very good tool. I think 'tptacek explained it quite well in the article I linked. With that said, Magic Wormhole is also a very good tool for transferring files. It will encrypt in transit. So for many files, using a separate encryption tool is not necessary. (So far I haven’t tried it for large files.)

What no one seems to mention is that Magic Wormhole depends on the maintainer's server to negotiate transmission between clients. I don't like that requirement. Better to GPG encrypt and use bittorrent for a direct transfer. At least then we're using public trackers instead of some private server.

Re: Ask HN: What is your favorite method of sending large files?

#37
post #28

Personally I would use my own Nextcloud instance for up to 20-30GBs. Not sure about TBs. What about using "Firefox Send"? (I never used it so far) https://support.mozilla.org/en-US/kb/send-files-anyone-secur... I read that the limit is 1-2.5GBs => maybe you could break down the file and upload it in multiple pieces... . EDIT: oopps, Firefox Send doesn seem to be available anymore - https://support.mozilla.org/en-US/k…

People were using Firefox Send to "send" malware and other bad things to people. That's what happens if you let anyone anonymously host files on your domain for free.
Post reply on HN