summaryrefslogtreecommitdiff
path: root/content/entry/how-to-transfer-large-files-from-one-computer-to-another.md
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2023-10-27 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2023-10-27 00:00:00 +0000
commitdb5d5026a914d47ff92830471c2581a9c106b3c342a0f337d46c16195b5d5ffd (patch)
tree5643e742460a4a4be9816ec278eee58f6d2cb0b55f3ea2dabd65304ea4e858ef /content/entry/how-to-transfer-large-files-from-one-computer-to-another.md
parent4ab19e621545d16c1bfe08df4968f65457e37d7f2a1a1fcb237353dc09031bf4 (diff)
downloadjournal-db5d5026a914d47ff92830471c2581a9c106b3c342a0f337d46c16195b5d5ffd.tar.gz
journal-db5d5026a914d47ff92830471c2581a9c106b3c342a0f337d46c16195b5d5ffd.zip
Remove erroneous whitespace from Markdown files
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.md2
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.