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

NAME

6       mogupload -- Upload data to a MogileFS installation
7

SYNOPSIS

9           $ mogupload [options]
10           $ mogupload [options] --file="-" < filename
11
12           $ mogupload --trackers=host --domain=foo --class=bar \
13                       --key="/hello.jpg" --file="input.jpg"
14
15           $ echo "why hello" | mogupload [opts] --key="world" --file="-"
16

OPTIONS

18       --trackers=host1:7001,host2:7001
19           Use these MogileFS trackers to negotiate with.
20
21       --domain=<domain>
22           Set the MogileFS domain to use.
23
24       --class=<class>
25           Set the class to use. Will use default class if not specified
26
27       --key="<key>"
28           A key to store the file under. Can be an arbitrary string.
29
30       --file="<filename|->"
31           A local file to upload. If '-', read file from STDIN instead.
32

AUTHOR

34       Dormando <dormando@rydia.net>
35

LICENSE

37       Licensed for use and redistribution under the same terms as Perl
38       itself.
39
40
41
42perl v5.28.1                      2013-01-10                      MOGUPLOAD(1)
Impressum