There were 2 issues, one copying the script onto every machine and the second one related to login credentials. Some scripts needed an authentication file and others need it on prompt. Unfortunately keys(both S3 and dropbox) are not handy all the times.
Thanks for your feedbacks!
In fact, I developed this tool just to get some help in my everyday work, because I'm used to connect to several SSH at the same time of my customers (My Terminal => Bridge SSH => Target SSH), and it can become a little bit confused with SCP command..! This kind of tool helped me a lot, and I choose to share it with other DevOps/SysAdmin.
@beeskneecaps: I never thought about the link to destroy immediately the file, I'll put it tomorrow, thanks :)
I'm the author, @dizzda on twitter, you'll get additional informations about me.
About the security, i'll be honest, it was just to see if the concept can be interesting for other people, the only security (yet) is that the file will be auto-deleted in 4 hours.
Files are hosted on a private dedicated server. So yeah, you can always take care to encrypt yourself your file before send it there.
If many people are interested to use this tool in a more professionnal-way, I can take some time to think about it...
Anyway, it's just a real pleasure to hear your feedbacks guys! Please do not hesitate!
Certainly, there is no need to put <span> tags inside <div> tags, that is invalid HTML5 or at least according to W3C validator.No offense meant to the author. Peace!
S3 is as easy as:
s3cmd put FILE [FILE...] s3://BUCKET[/PREFIX]
Dropbox is automatic, just move a file to a local directory. They have CLI tools, though. If you want the public url, it's just:
$ ~/bin/dropbox.py puburl ~/Dropbox/Public/file.zip
If you don't want dropbox running all of the time, just use the 'start' and 'stop' arguments to dropbox.py.
References: http://s3tools.org/usage
http://www.dropboxwiki.com/tips-and-tricks/using-the-officia...