两个 Ubuntu 设备都连接到不允许 SSH 的愚蠢酒店 Wi-Fi 网络,我该如何在这两个 Ubuntu 设备之间发送大文件?

两个 Ubuntu 设备都连接到不允许 SSH 的愚蠢酒店 Wi-Fi 网络,我该如何在这两个 Ubuntu 设备之间发送大文件?

我已获得两台设备的网络地址,但 ping 无法到达计算机。如何在这些设备之间发送大文件?

需要说明的是,我不想使用 USB 驱动器或其他东西传输数据。我想知道如何在不方便的网络上进行 SCP 或类似操作。

答案1

您可以创建一个 torrent。摘自这个答案

Transmission 可以创建 torrent:

sudo apt-get install transmission-cli
transmission-create --help
Usage: transmission-create [options] <file|directory>

Options:

 -h --help              Display this help page and exit
 -p --private           Only use this torrent with the specified tracker(s)
 -o --outfile <file>    Save the generated .torrent to this filename
 -c --comment <comment> Add a comment
 -t --tracker <url>     Add a tracker's announce URL
 -V --version           Show version number and exit

答案2

只需传送是一种 P2P 文件传输服务。想象一下,这就像将文件上传到 Google Drive(或同等服务),但它实际上是上传到您的第二台计算机。

对我来说速度不快,但我的网速很慢。对你来说可能还不错!

相关内容