1MOGFETCH(1) User Contributed Perl Documentation MOGFETCH(1)
2
3
4
6 mogfetch -- Fetch data from a MogileFS installation
7
9 $ mogfetch [options]
10 $ mogfetch [options] --file="-" > filename
11
12 $ mogfetch --trackers=host --domain=foo \
13 --key="/hello.jpg" --file="output.jpg"
14
16 --trackers=host1:7001,host2:7001
17 Use these MogileFS trackers to negotiate with.
18
19 --domain=<domain>
20 Set the MogileFS domain to use.
21
22 --key="<key>"
23 The key to locate the data with. Can be an arbitrary string.
24
25 --file="<filename|->"
26 A local destination file. If '-', data is written to STDOUT
27 instead.
28
30 Dormando <dormando@rydia.net>
31
33 None known.
34
36 Licensed for use and redistribution under the same terms as Perl
37 itself.
38
39
40
41perl v5.28.0 2014-12-16 MOGFETCH(1)