1MOGFETCH(1)           User Contributed Perl Documentation          MOGFETCH(1)
2
3
4

NAME

6       mogfetch -- Fetch data from a MogileFS installation
7

SYNOPSIS

9           $ mogfetch [options]
10           $ mogfetch [options] --file="-" > filename
11
12           $ mogfetch --trackers=host --domain=foo \
13                      --key="/hello.jpg" --file="output.jpg"
14

OPTIONS

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

AUTHOR

30       Dormando <dormando@rydia.net>
31

BUGS

33       None known.
34

LICENSE

36       Licensed for use and redistribution under the same terms as Perl
37       itself.
38
39
40
41perl v5.30.0                      2019-07-26                       MOGFETCH(1)
Impressum