mogfetch -- Fetch data from a MogileFS installation
$ mogfetch [options]
$ mogfetch [options] --file="-" > filename
$ mogfetch --trackers=host --domain=foo \
--key="/hello.jpg" --file="output.jpg"
- --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.
Dormando <dormando@rydia.net>
Licensed for use and redistribution under the same terms as Perl itself.