Comment on Way for non-technical users to upload to my server with resumability
entropicshart@sh.itjust.works 1 year agoIf you’re doing the uploads yourself, the fastest solution for large files (e.g. compress into a tar/7z) will be rsync.
It requires minimal setup (ssh or vpn connection) and uses chunk transfer which is typically faster and can be resumed in event of connection failures
nopersonalspace@lemmy.world 1 year ago
I love rsync, and also have been using croc a lot recently for similar stuff. It’s not really feasible for non-technical users who don’t even want to think about using a terminal though.