this post was submitted on 19 Jun 2023
5 points (100.0% liked)

Self Hosted - Self-hosting your services.

11194 readers
2 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

My use case is I’m transferring large already encrypted files between two servers connected via wireguard.

Is there any benefit to SFTP over FTP in this case?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 year ago

Personally, I always use rsync for these sorts of jobs. Works over SSH so don't need anything on the server except SSH, if the trasfer gets interrupted it will resume from where it left of. Overhead from SSH is pretty minimal, but if you really want thigns to go as fast as possible, you can setup an rsync server ...

If you don't want to use rsync, just use SFTP or SCP.