
mogupload -- Upload data to a MogileFS installation

$ mogupload [options]
$ mogupload [options] --file="-" < filename
$ mogupload --trackers=host --domain=foo --class=bar \
--key="/hello.jpg" --file="input.jpg"
$ echo "why hello" | mogupload [opts] --key="world" --file="-"

Use these MogileFS trackers to negotiate with.
Set the MogileFS domain to use.
Set the class to use. Will use default class if not specified
A key to store the file under. Can be an arbitrary string.
A local file to upload. If '-', read file from STDIN instead.

Dormando <dormando@rydia.net>

Licensed for use and redistribution under the same terms as Perl itself.