NAME
mogfetch -- Fetch data from a MogileFS installation
SYNOPSIS
$ mogfetch [options]
$ mogfetch [options] --file="-" > filename
$ mogfetch --trackers=host --domain=foo \
--key="/hello.jpg" --file="output.jpg"
OPTIONS
- --trackers=host1:7001,host2:7001
-
Use these MogileFS trackers to negotiate with.
- --domain=<domain>
-
Set the MogileFS domain to use.
- --key="<key>"
-
The key to locate the data with. Can be an arbitrary string.
- --file="<filename|->"
-
A local destination file. If '-', data is written to STDOUT instead.
AUTHOR
Dormando <dormando@rydia.net>
BUGS
None known.
LICENSE
Licensed for use and redistribution under the same terms as Perl itself.