mogupload - Man Page
Upload data to a MogileFS installation
Synopsis
$ mogupload [options] $ mogupload [options] --file="-" < filename $ mogupload --trackers=host --domain=foo --class=bar \ --key="/hello.jpg" --file="input.jpg" $ echo "why hello" | mogupload [opts] --key="world" --file="-"
Options
- --trackers=host1:7001,host2:7001
Use these MogileFS trackers to negotiate with.
- --domain=<domain>
Set the MogileFS domain to use.
- --class=<class>
Set the class to use. Will use default class if not specified
- --key="<key>"
A key to store the file under. Can be an arbitrary string.
- --file="<filename|->"
A local file to upload. If '-', read file from STDIN instead.
Author
Dormando <dormando@rydia.net>
License
Licensed for use and redistribution under the same terms as Perl itself.
Info
2024-07-19 perl v5.40.0 User Contributed Perl Documentation