Earlier quoted context omitted.
I've seen probably four or five different brilliant file transfer solutions that totally solved the person to person file transfer problem posted to HN and every dang one of them was shut down or abandoned.
For a Linux user, you can already build such a system yourself quite trivially by getting an FTP account, mounting it locally with curlftpfs, and then using SVN or CVS on the mounted filesystem. From Windows or Mac, this FTP account could be accessed through built-in software.
YouTransfer: Self-hosted file transfer and sharing solution
21–30 of 111 posts
Re: YouTransfer: Self-hosted file transfer and sharing solution
#22There seems to be a trend of people on HN sharing abandoned projects seeking a maintainer
Re: YouTransfer: Self-hosted file transfer and sharing solution
#23Earlier quoted context omitted.
I've seen probably four or five different brilliant file transfer solutions that totally solved the person to person file transfer problem posted to HN and every dang one of them was shut down or abandoned.
PairDrop works: https://pairdrop.net/ https://github.com/schlagmichdoch/PairDrop Other alternatives: https://news.ycombinator.com/item?id=38915909
Re: YouTransfer: Self-hosted file transfer and sharing solution
#24There seems to be a trend of people on HN sharing abandoned projects seeking a maintainer
It's abandoned, though.
Re: YouTransfer: Self-hosted file transfer and sharing solution
#25Before trying it in my lab, could the author elaborate on what's its killer feature? The README mentions that it's an alternative to both Dropbox and WeTransfer. My current alternative to Dropbox is Nextcloud, and my current alternative to WeTransfer is (formerly Mozilla) Send. What's the added value of YouTransfer compared to this solution? I'm also put off by the fact that the README has a big "looking for a new ma…
How do you like Send and is it still maintained? I also use Nextcloud but use the Floccus browser extension to sync bookmarks to Nextcloud. Works well when it works.
Re: YouTransfer: Self-hosted file transfer and sharing solution
#26Re: YouTransfer: Self-hosted file transfer and sharing solution
#27Earlier quoted context omitted.
I've seen probably four or five different brilliant file transfer solutions that totally solved the person to person file transfer problem posted to HN and every dang one of them was shut down or abandoned.
Apache is still maintaned, so is nginx... just throw the file into a folder accessible by the webserver (within documentroot), and you're done :)
Re: YouTransfer: Self-hosted file transfer and sharing solution
#28Re: YouTransfer: Self-hosted file transfer and sharing solution
#29Earlier quoted context omitted.
I've seen probably four or five different brilliant file transfer solutions that totally solved the person to person file transfer problem posted to HN and every dang one of them was shut down or abandoned.
It's unfortunately not FOSS, but I quite like https://wormhole.app/ - It's client side encrypted and P2P when possible