diff options
Diffstat (limited to 'content/entry/how-to-transfer-large-files-from-one-computer-to-another.md')
-rw-r--r-- | content/entry/how-to-transfer-large-files-from-one-computer-to-another.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/entry/how-to-transfer-large-files-from-one-computer-to-another.md b/content/entry/how-to-transfer-large-files-from-one-computer-to-another.md index b909550..9b009cb 100644 --- a/content/entry/how-to-transfer-large-files-from-one-computer-to-another.md +++ b/content/entry/how-to-transfer-large-files-from-one-computer-to-another.md @@ -49,7 +49,7 @@ If you have large files you want to share with multiple people efficiently and y Unlike the client-server architecture used by Magic Wormhole and OnionShare where you act as a server sending the files to the client, peers in a torrent help upload chunks of your file to others who want a copy. Peers can continue to share the file even after you go offline. ## LAN File Sharing -For computers on the same LAN, there's plenty of software for managing a shared directory of large files. There's [Rsync](https://www.wikipedia.org/wiki/Rsync), [NFS](https://www.wikipedia.org/wiki/Network_File_System), [SSHFS](https://www.wikipedia.org/wiki/SSHFS), [Samba](https://www.wikipedia.org/wiki/Samba_%28software%29), and [SFTP](https://www.wikipedia.org/wiki/SFTP). +For computers on the same LAN, there's plenty of software for managing a shared directory of large files. There's [Rsync](https://www.wikipedia.org/wiki/Rsync), [NFS](https://www.wikipedia.org/wiki/Network_File_System), [SSHFS](https://www.wikipedia.org/wiki/SSHFS), [Samba](https://www.wikipedia.org/wiki/Samba_%28software%29), and [SFTP](https://www.wikipedia.org/wiki/SFTP). These programs can also share files to the public internet, but most of you reading this won't have a static public IP address or domain name, so it's irrelevant. I often use Rsync for its versatility, security, and efficient delta-transfer algorithm. |