Live data from Hacker News

Command-line file sharing

transfer.sh

41–50 of 80 posts

Re: Command-line file sharing

#43
post #9

I 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

#44
post #17
post #5

I like in the little example animation, hello.txt is uploaded and a url is returned, but then a completely different url is used to get the hello.txt back.

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

Re: Command-line file sharing

#46
post #9

I 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.

It also has a CLI app:

    $ cloudapp -d myfile.pdf  # upload the file and copy the link in your clipboard

Re: Command-line file sharing

#48
I wish the URL could include a hash of the content so it could be used for verification for uploading and downloading the files. It could be handy for error checking and security checks.

Re: Command-line file sharing

#49
post #27
post #17

Earlier quoted context omitted.

Op here, good point. Will update the demo ;-)

make it not loop!

Or at least add a delay at the end. It's not super hard to figure out what must be going on, but really the only thing you have time to see is the first line.
Post reply on HN