this post was submitted on 27 Nov 2023
2 points (75.0% liked)

Self-Hosted Main

502 readers
1 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

I genuinely courious to know, why has this very old and established protocol lost over cloud solutions like Nextcloud (or even Google Drive)?

note: the question is for both FTPs or sFTP

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 9 months ago

I mean it all depends on what you are using it for. Would I use it to simply transfer file from point A to point B? No, that’s what SFTP is for.

Would I use it to keep files in sync regardless of if I updated it on Point A or Point B? Heck yea! Could you do that via FTP? Maybe but it’d be manual and easy to screw up.

Would I use next cloud to share a directory with a friend? Yep! Couldn’t do it with SFTP? Probably but setting up a user and permissions is kind of a pain. And if I’m going to be sharing out single files all the time with tons of randoms, SFTP just isn’t going to cut it.

Would I use next could for versioning? Probably as long as it’s not code (I’d use git for code). Could you do that with FTP? Not really, not unless you did v1, etc in your files names etc. And at that point, you just must really hate nextcloud.

That’s just a few examples. Theres a ton more based on use cases. And in most of them you could probably find a solution using just SFTP. But it’ll probably be a lot more work than just using a more appropriate tool.