
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>

mogupload must buffer the upload in memory before transferring it. This makes it difficult to upload very large files. Future versions will lift this limitation.

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