You are not logged in.
The guys from http://omploader.org had a ruby script that was presenting some issues, so I refactored it and turned it into a ruby gem.
$ gem install ompload
$ ompload [-h|--help] [options] [file(s)]
-q, --quiet Only output errors and warnings
-u, --url Only output URLs
-f, --filename File name on omploader for when piping data via stdin
-n, --no-clip Disable copying of the URL to the clipboard
You can supply a list of files or data via stdin (or both)
$ ompload foo bar baz
$ echo 'qux' | ompload -f qux
Take a look at the github page for more details.
Offline