Comment on What is your favourite way to transfer files in your homelab?
Lv_InSaNe_vL@lemmy.world 5 weeks agoIf you want to use the terminal though, there is scp
which is supported on both windows and Linux.
Its just scp [file to copy] [username]@[server IP]:[remote location]
CmdrShepard42@lemm.ee 5 weeks ago
That’s essentially the same as rsync
sugar_in_your_tea@sh.itjust.works 5 weeks ago
Just slower if you already have some of the files there.