TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Zack's Notablog – Send a File

19 pointsby cristoperbover 2 years ago

1 comment

Scaevolusover 2 years ago
&gt; ssh user@server “cat file | pigz -9 | ccrypt –key PASSPHRASE” | ccrypt -d –key PASSPHRASE | pigz -d | pv -atepb -s “293M” &gt; done.json<p>&gt; pv -batep file | gzip -9 | ssh user@server “gzip -d &gt; file2”<p>Why are you encrypting a file that you&#x27;re passing over SSH? This should just be `scp -C`.<p>croc&#x27;s biggest failure is that it doesn&#x27;t really do NAT hole punching, so you&#x27;re limited to the speed of the relay.<p>A <i>ton</i> of the web-based WebTorrent&#x2F;WebRTC based file transfer programs are extremely likely to fail on even moderately large files, &gt;500MB.<p>In practical use, mega.nz and bittorrent are the most reliable ways I&#x27;ve found to exchange files with other people, depending on the size of the data and sophistication of my counterparty.
评论 #33298064 未加载