DragonFly On-Line Manual Pages

Search: Section:  


MOGUPLOAD(1)          User Contributed Perl Documentation         MOGUPLOAD(1)

NAME

mogupload -- Upload data to a MogileFS installation

SYNOPSIS

$ 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="-"

OPTIONS

--trackers=host1:7001,host2:7001 Use these MogileFS trackers to negotiate with. --domain=<domain> Set the MogileFS domain to use. --class=<class> Set the class to use. Will use default class if not specified --key="<key>" A key to store the file under. Can be an arbitrary string. --file="<filename|->" A local file to upload. If '-', read file from STDIN instead.

AUTHOR

Dormando <dormando@rydia.net>

LICENSE

Licensed for use and redistribution under the same terms as Perl itself. perl v5.20.2 2013-01-10 MOGUPLOAD(1)

Search: Section: