Ask HN: Do people need direct file sharing or they go cloud?
I've started file sharing service (Web and Android for now) where all the files go directly to the addressee (no server storage):
http://fppr.co
What do you think? Do the people need that kinde of service or they will prefare use clouds to share files?
6 comments
[ 3.2 ms ] story [ 18.4 ms ] thread* People that care about privacy are probably a target market for you if your service is able to deliver.
* The name of your site is "fppr". Pronounced quickly, that sounds like "Fapper". Please tell me that this is intentional because that's amusing.
EDIT: It would appear that it is the latter, in that it uses Socket.IO to stream it to the server and down to the recipient. The server could copy it as it is streamed, and I didn't really delve into the source of the webpage to know if it has any encryption or anything.
Thank you for your advice. Next step is privacy and encryption!
I've never thought about "Fapper"!... :) Well, it is "FilePopper" and fppr is for short url...
I find direct transfer really convenient and preferable to dropbox for certain things (like large files that you only need to send once and to one person). I could see something like you're doing being helped by being built into a chrome plug-in or something so people can automatically receive. The angle of my project is being in the background and automatic, but giving the receivers full control over what types of things they want to accept.