Ask HN: Fastest way to tranfer large files?
It's 2019 and I have fiber in two locations with computers that I need to transfer large files between quickly. What's the fastest way to do that?
G-Drive has always capped me around 15mb/s and then it still has to be downloaded. Bittorrent Sync / Resilio doesn't want to go above 500kbps.
18 comments
[ 2.7 ms ] story [ 57.9 ms ] thread[1]: https://en.wikipedia.org/wiki/GridFTP
[2]: https://en.wikipedia.org/wiki/UDP-based_Data_Transfer_Protoc...
[3]: https://en.wikipedia.org/wiki/Tsunami_UDP_Protocol
FTP.
Receiver: nc -q 1 -l -p $PORT | tar xv Sender: tar cv . | nc -q 1 $IP_ADDRESS $PORT
Multipart/chunking with S3 / Google Storage may yield faster results.
Bittorrent/Resilio Sync is extremely slow, sub 1MB/s.