The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

rajce-put - Upload images to rajce.net.

VERSION

version 1.130930

SYNOPSIS

rajce-put [-V ] [-h] [-v] [-D] [-k] -t 'Title' [ -d 'Description' ] file.jpg file2.jpg ...

DESCRIPTION

This program will upload images to rajce.net. Before you start uploading add entry to $HOME/.netrc

Something like this:

machine http://www.rajce.idnes.cz/liveAPI/index.php login mail@example.com password nbu123

Set the correct access rights:

$ chmod 700 $HOME/.netrc

Behind proxy server try set:

export http_proxy=http://your.proxyserver:port

OPTIONS AND ARGUMENTS

         -h - Help
         -v - Verbose mode
         -D - Debugging messages
         -k - Keep exif data
         -t - Specify title of album
         -d - Description of album
         -V - Show version and exit

SEE ALSO

For creating account visit: www.rajce.net/ucet

https://metacpan.org/module/WebService::Rajce

AUTHOR

Petr Kletecka <pek@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Petr Kletecka.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.