1RAJCE-PUT(1)          User Contributed Perl Documentation         RAJCE-PUT(1)
2
3
4

NAME

6       rajce-put - Upload images to rajce.net.
7

VERSION

9       version 1.190840
10

SYNOPSIS

12       rajce-put [OPTIONS] ... [FILES] ...
13

DESCRIPTION

15       This program will upload images to rajce.net. Before you start
16       uploading add entry to $HOME/.netrc
17
18       Something like this:
19
20       machine https://www.rajce.idnes.cz/liveAPI/index.php login
21       mail@example.com password nbu123
22
23       Set the correct access rights:
24
25       $ chmod 700 $HOME/.netrc
26
27       Behind proxy server try set:
28
29       export http_proxy=http://your.proxyserver:port
30

OPTIONS AND ARGUMENTS

32                -t, --title
33                               Specify title of album
34
35                -d, --description
36                               Description of album
37
38                -k, --keep-exif
39                               Keep exif data
40
41                -v, --verbose
42                               Verbose mode
43
44                -D, --debug
45                               Debugging messages
46
47                -V, --version
48                               Show version and exit
49
50                -h, --help
51                               Show help
52

EXAMPLES

54       rajce-put -vkt 'Example' --description 'Something' tmp/*.jpg
55

SEE ALSO

57       For creating account visit: www.rajce.net/ucet
58
59       https://metacpan.org/module/WebService::Rajce
60

AUTHOR

62       Petr Kletecka <pek@cpan.org>
63
65       This software is copyright (c) 2015 by Petr Kletecka.
66
67       This is free software; you can redistribute it and/or modify it under
68       the same terms as the Perl 5 programming language system itself.
69
70
71
72perl v5.30.0                      2019-07-26                      RAJCE-PUT(1)
Impressum