I have two computers with Windows 10. Preferably the simplest option, so that at the other end people with minimal IT competence can figure it out
USB flash drive
if they have minimal capacity for installing/configuring/using software, then sending a USB drive via the postal service should be a strong contender
Syncthing? Never used it on Windows but they do have a client so it should work. That’s the simplest I can think of.
Works fine on windows, I keep many phones and desktops /laptops syncing with about 100gb of data.
OK I’ll try
Also, you want SyncTrayzor for Windows - it installs Syncthing and gives you a tray tool to manage it.
Cool, very useful program
Syncthing, Resilio Sync, or one of those browser based p2p file sends e.g. https://file.pizza or similar.
If both p2p ends know how to use torrents then creating a simple torrent to share to the other peer would work fine. But that requires slightly more IT competence especially if someone needs to open a port forward (ideally you would make sure you have your own port forwarded so the other party doesn’t have to worry about this).
If you’re doing this more than once it might be worth setting up a simple server e.g. HFS is a nice open source/free HTTP file server, been a while since I used it but it still seems to be active https://www.rejetto.com/hfs/
https://file.pizza thanks this is really the easiest way, I still found https://justbeamit.com
HFS - 20 security vendors and no sandboxes flagged this file as malicious https://www.virustotal.com/gui/file/e678899d7ea9702184167b56655f91a69f8a0bdc9df65612762252c053c2cd7c/detection
Interesting, though I suspect that is a false positive, it’s happened before with that software
https://rejetto.com/forum/index.php?topic=9037.0
Most likely because it is a self-contained web server executable? That sort of software would seem suspicious and similar to other sorts of virus/malware.
Granted I have not used it in a while but I’d be surprised if it were true, their forums and github would be full of reports of malware.
https://github.com/rejetto/hfs
That aside you have plenty of other options to use if you prefer to use something else.
Per rule #3, this seems to be a general home computing question and not centered around self-hosting. Please consider adding details to clarify how this involves self-hosting.
Sneakernet was made for this exact situation.
What about a torrent? You’ll have to encrypt with 7zip or something to keep it secure, but that and qbitorrent will do the trick.
while I was looking for ways I came across a list of public announcers https://github.com/ngosang/trackerslist
Qbittorrent or Rutorrent has some kind of extension to allow single private file sharing
Or can a private magnet link accomplish this?
Idk but I wouldn’t risk it when it’s easy to encrypt stuff. Good security is done in layers.
through the public BitTorrent tracker, I’ll try it too, thanks
Check out QuickDAV. I think it’s exactly what you’re looking for. If you’re going across the internet, you’d have to forward a port from your router. Otherwise, if you’re on the same network, it’s really simple.
It’s too big for email, and likely too big for Dropbox or Gdrive unless you have a paid account with them.
That means you’re going to have to get slightly technical. Find a freeware SFTP program that can spawn a server on the host, and connect to it from the client to download the file.
Good luck!
I’ll get tired of explaining how to connect to FTP and what it is
Sync by resilio. I use it between my computers and nas and between my computer and my vps and my nas and my vps, I also use it between my work and personal phone.
Resilio is really good, though I generally prefer Syncthing.
Resilio is hard on memory with larger folders.
I’ve never had an issue but then again I don’t use it for much more than movies and TV. If sync thing supports qnap I might check it out but I’ve been using sync since it was launched (if not soon after).
ST started as a Linux app, does QNap support things like docker yet? (Been a while since I looked at them).
RS is a great tool - I wouldn’t switch if it works for you.
It kills performance on my desktop because it keeps the index in ram for my media folder (10k files?). It’s even worse on a phone. But I still say it’s a great app, just with a slightly different use-case than ST. It’s especially nice for it’s On-demand sync.
I’m currently building a new file server, and RS will be included there, even with the performance issues for our phones. On-demand sync is hard to beat.
I recommend https://wormhole.app for the purpose. Drag, drop, leave the tab open.
2p2? P2P?
To peer, or not to peer. That is the question.
Thanks, I corrected it
If all computers are on local network you can use warpinator.
For this things i use Simple Web Server
It’s just one executable and you have a fully running website with your files ready to download
If you can RDP, just copy and paste the file from one computer to the other.