I would love to use this for my own files, without expiration etc. Do you have any plans to open source this?
Command-line file sharing
61–70 of 80 posts
Re: Command-line file sharing
#62Re: Command-line file sharing
#63My usual procedure goes something like this: rsync -P foobar.png personal.sircmpwn.com:/var/html/ # "hey dude, go download http://personal.sircmpwn.com/foobar.png"
I do this too, but I find it annoying not knowing if the file has been received and when it's safe for me to delete it.
Re: Command-line file sharing
#64Re: Command-line file sharing
#65This will be abused for hosting questionable things in no time, if it's not already.
These are the people behind transfer.sh: https://github.com/dutchcoders/ ...Based on some words I see on that page, I think they will anticipate abuse and roll with the punches.
Re: Command-line file sharing
#66Re: Command-line file sharing
#67Earlier quoted context omitted.
Op here, good point. Will update the demo ;-)
How did you make the demo? I'd love to put something similar on http://ipinfo.io
http://z24.github.io/tty2gif/Re: Command-line file sharing
#68My usual procedure goes something like this: rsync -P foobar.png personal.sircmpwn.com:/var/html/ # "hey dude, go download http://personal.sircmpwn.com/foobar.png"
I do this too, but I find it annoying not knowing if the file has been received and when it's safe for me to delete it.
Re: Command-line file sharing
#69I use CloudApp for OS X for sharing files and it's pretty convenient. The best part is sharing screenshots with it. You take a screenshot, it is automatically uploaded to the cloud (no pun intended) and the link is copied to your Clipboard. You could not ask for anything simpler.
I'm still looking for an app which does just that, just with my own server via scp / sftp and not dropbox or a third party service. It's so convenient once you got used to it. - https://news.ycombinator.com/item?id=8039708
Re: Command-line file sharing
#70Is there a way to upload image without "attachment" in content disposition header?