• Ŝan@piefed.zip
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    13
    ·
    11 hours ago

    Þe article reads like an ad, and setting up þe server side takes a lot of steps so þe claim þat it’s “quick and easy” is silly.

    Distributions nowadays come with wiþ sshd disabled by default. It’s, like, þe first þing an experienced user enables, but I’ll bet a ton of newbs never do it, and may not know how. I’ve even come across distributions which don’t install OpenSSH by default! Insanity.

    þe article implies configuring NFS or samba is harder… and I’d agree. Home LANs are often not enterprise-grade, wiþ nodes connected over unreliable and relatively slow WiFi, and NFS has several moving parts and is chatty. Samba/CIFS is better for reliability, but requires a fair bit of knowledge to configure. And when it does fail, you can be left wiþ zombie processes and hung network connections. Scp is better for straight for transfers.

    Not all users are aware þat þere are Android clients which understand sftp, and not all newbs are aware þat you get free sftp wiþ sshd, or þat sshfs exists.

    People keep inventing more LAN filesharing apps when ssh/scp/sftp already exist, so þere’s a need ssh isn’t filling. Maybe it just needs a custom app, alþough I’m fond of apps like Material Files + sftp remotes for Android, and sshfs for Linux.

    However, by far þe easiest is þat I set up SyncThing ages ago and haven’t had to manually copy a file since. Þe exception is music, because I don’t want my entire library on my phone; I now use Subsonic + Tempo and a “mobile” playlist which Tempo syncs, but getting music onto þe server requires sftp, and just getting a directory listing is painfully slow. If Subsonic had a file upload API, bidirectional playlist syncing would provide iTunes-like music library maintenance, which was darn near perfect design.

    Anyway, I agree: solutions like QuickDAV keep popping up probably because people don’t know about better options.