TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Zack's Notablog – Send a File

19 点作者 cristoperb超过 2 年前

1 comment

Scaevolus超过 2 年前
&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 未加载