Curl.io – Share files from your terminal or ssh
1–10 of 68 posts
Re: Curl.io – Share files from your terminal or ssh
#2The other magic is, on Mac you can see the upload status in the browser window if you keep curl.io open.
Re: Curl.io – Share files from your terminal or ssh
#3#!/bin/bash
X=$(cd $(dirname "$1") && pwd -P)/$(basename "$1")
curl -F "file=$X" http://curl.io/$2
Re: Curl.io – Share files from your terminal or ssh
#4You should also provide a copy to clipboard button.
Re: Curl.io – Share files from your terminal or ssh
#5Re: Curl.io – Share files from your terminal or ssh
#6Just awesome. I tried custom shell scripts to upload to dropbox and other cloud storages but it never felt right. The other magic is, on Mac you can see the upload status in the browser window if you keep curl.io open.
Re: Curl.io – Share files from your terminal or ssh
#7Just awesome. I tried custom shell scripts to upload to dropbox and other cloud storages but it never felt right. The other magic is, on Mac you can see the upload status in the browser window if you keep curl.io open.
I'd want an interface to destroy the file immediately then fallback to the 4 hour auto-delete.
Also some serious details about the author and security before I'd actually consider sending anything mission critical.
Re: Curl.io – Share files from your terminal or ssh
#8does anyone else think this is slightly suspect and/or bogus?
Re: Curl.io – Share files from your terminal or ssh
#9Re: Curl.io – Share files from your terminal or ssh
#10whaaat. does anyone else think this is slightly suspect and/or bogus?