红联Linux门户
Linux帮助

Magic Wormhole 0.10.2发布,简易文件传送工具

发布时间:2017-07-01 09:10:26来源:红联作者:baihuo
Magic Wormhole 0.10.2 已发布,该版本修复了上个版本的两个 bug :

WebSocket 连接出错时正确的消息报告

单元测试套件可正常通过

Magic Wormhole 提供了这样一种文件传输方式:不需要任何的上传、网页界面,或登录密码,只需输入几个代码,即可传送文件。

Magic Wormhole 提供了一个名为 wormhole 的库和命令行工具,它可以从一台计算机到另一台计算机获取任意大小的文件和目录(或短文本)。通过使用相同的“虫洞代码”(wormhole codes)来识别两个端点。使用的代码很简短,人性化,接收方通常只需要输入几个字符。 虫洞代码是一次性使用,不需要记住。

示例

Sender :[code]% wormhole send README.md
Sending 7924 byte file named 'README.md'
On the other computer, please run: wormhole receive
Wormhole code is: 7-crossover-clockwork

Sending (<-10.0.1.43:58988)..
100%|=========================| 7.92K/7.92K [00:00<00:00, 6.02MB/s]
File sent.. waiting for confirmation
Confirmation received. Transfer complete.[/code]Receiver :[code]% wormhole receive
Enter receive wormhole code: 7-crossover-clockwork
Receiving file (7924 bytes) into: README.md
ok? (y/n): y
Receiving (->tcp:10.0.1.43:58986)..
100%|===========================| 7.92K/7.92K [00:00<00:00, 120KB/s]
Received file written to README.md[/code]这其中的 7-crossover-clockwork 就是需要输入的“虫洞代码”。

软件详情:https://github.com/warner/magic-wormhole/blob/master/NEWS.md

下载地址:https://github.com/warner/magic-wormhole/archive/0.10.2.zip

来自:开源中国社区
文章评论

共有 0 条评论