Hello,
I’m trying to send something to my gf’s friend (~50gb)
I tried creating my own torrent and was able to dl it on another device, but on her machine it stayed at 0% and wouldn’t let me connect to seed
Is FTP a good option? I set up a proxmox server last night but I don’t really know what I’m doing yet
Any guidance greatly appreciated, thanks.
My lazy way is NGINX with autoindex.
If it’s to go over untrusted network (e.g.: internet, school network) I use SSH for port forwarding. Lazy encryption.
Something like this works just fine:
sharedfile is a directory with the files.
On remote machine if I am not mistaken
Then just access it in web browser on 127.0.0.1:8080 or whatever port you chose.
In PuTTY you can find this under “Tunnels”.
Of course, you need to have SSH server set up as well.