Command-line file sharing
41–50 of 80 posts
Re: Command-line file sharing
#42Re: Command-line file sharing
#43I 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.
Re: Command-line file sharing
#44I 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 ;-)
Re: Command-line file sharing
#45 rsync -P foobar.png personal.sircmpwn.com:/var/html/
# "hey dude, go download http://personal.sircmpwn.com/foobar.png"Re: Command-line file sharing
#46I 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.
$ cloudapp -d myfile.pdf # upload the file and copy the link in your clipboard