Users browsing this thread: 1 Guest(s)
z3bra
Grey Hair Nixers
(15-12-2018, 03:26 PM)thuban Wrote: +1 for synthing.

For family or rookies, I use framadrop.org or https://transfer.sh/

I didn't know transfer.sh finally managed to stay up. That's a good news!
Sharing files has always been a puzzle to me... There are so many ways to do it, yet there is no "easy" solution that works for all use cases!

I use http://p.iotek.org for ephemeral shares (screenshots, piece of code, tiny tarballs, ...). For anything long-term that's public, I tend to put it on my website, though it's far from ideal.
When it comes to data synchronisation between servers or for my own use, rsync is fine (especially 'cause I have it on my phone as well!). I wrote a wrapper to sync files between multiple nodes.
Syncthing is nice, but has trouble keeping up with lots of data. It also has bugs, so I'd rather not corrupt any data with it. I also find it too complex to use, for the simple thing it is supposed to do.

For sharing data "privately" (eg. family pictures or whatever), I have setup an FTP server. It is definitely not ideal though, for multiple reason.
First of them being that it's not encrypted (though I'm working on that, I just need to sort my shit when it comes to certificates).
Second is that lambda people can't use a computer, and have troubles making connections to an FTP from their computer without assistance.
Third is that FTP is not good for "online" viewing, for example to go through pics of your latest travel with your familly.
Finally, my server currently runs alpine, which lacks some PAM modules to correctly implement virtual users with vsftpd. That is only contextual though, and I plan to wipe this install clean and run an OpenBSD node instead.

It kills me that, so close to 2019, it is still so complex to have someone share a bunch of big files with you...


Messages In This Thread
Sharing Media - by venam - 25-08-2018, 04:42 AM
RE: Sharing Media - by jkl - 25-08-2018, 12:13 PM
RE: Sharing Media - by venam - 25-08-2018, 12:30 PM
RE: Sharing Media - by acg - 25-08-2018, 10:37 PM
RE: Sharing Media - by venam - 26-08-2018, 03:49 AM
RE: Sharing Media - by oda - 26-08-2018, 06:48 AM
RE: Sharing Media - by pkal - 26-08-2018, 07:04 AM
RE: Sharing Media - by Dworin - 01-09-2018, 06:23 AM
RE: Sharing Media - by prx* - 15-12-2018, 03:26 PM
RE: Sharing Media - by z3bra - 17-12-2018, 05:37 AM
RE: Sharing Media - by atbd - 18-12-2018, 06:41 AM
RE: Sharing Media - by z3bra - 18-12-2018, 08:34 AM
RE: Sharing Media - by prx* - 18-12-2018, 03:10 PM
RE: Sharing Media - by z3bra - 19-12-2018, 04:27 AM
RE: Sharing Media - by prx* - 19-12-2018, 04:51 AM
RE: Sharing Media - by atbd - 19-12-2018, 05:53 AM
RE: Sharing Media - by prx* - 19-12-2018, 10:06 AM
RE: Sharing Media - by venam - 22-03-2019, 04:16 PM
RE: Sharing Media - by jkl - 22-03-2019, 04:18 PM
RE: Sharing Media - by z3bra - 22-03-2019, 09:01 PM
RE: Sharing Media - by wolf - 26-03-2019, 11:57 PM
RE: Sharing Media - by venam - 12-04-2021, 02:29 AM
RE: Sharing Media - by TheAnachron - 12-04-2021, 04:24 AM
RE: Sharing Media - by jkl - 12-04-2021, 04:25 AM
RE: Sharing Media - by TheAnachron - 12-04-2021, 04:45 AM