I don't know if this is a known thing but my problem is in the reverse - getting things from my computer to the phone.
Things like screenshots, gifs, webms etc from my computer
to any phone anywhere, without first uploading to imgur
or Google Drive / Dropbox / some other Live File-sharing service.
This would take care of that use case as well. It's a webapp that saves only a single file that can only be downloaded once. The idea is that the URL is only known to you. Pretty neat idea for personal file sharing.
I wrote a little tool to do this. It fires up Python's SimpleHTTPServer and presents the URL to the file with a QR code. Works great as long as the phone and laptop are on the same network.
For the other way I use the open source Android app "Share via HTTP" - it does the same thing.
Here's the shitty bash script (I stole the urlencode part from Stackexchange): http://termbin.com/3b04
I use the File Commander Android app. It has a great feature where it starts up a web server hosting a file explorer like interface of your phone, where you can download, upload, delete, move and such.
I have a mac and an Android phone. I use Pushbullet to send links, paste screenshots and it appears you can send files back and forth, too (I've never done it).
Things like screenshots, gifs, webms etc from my computer to any phone anywhere, without first uploading to imgur or Google Drive / Dropbox / some other Live File-sharing service.
Know of a simple tool that does that?