The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

rajce-put - Upload images to rajce.net.

VERSION

version 1.202830

SYNOPSIS

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

DESCRIPTION

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

Something like this:

machine https://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

 -t, --title
		Specify title of album

 -d, --description
		Description of album

 -k, --keep-exif
		Keep exif data

 -v, --verbose
		Verbose mode

 -D, --debug
		Debugging messages

 -V, --version
		Show version and exit

 -h, --help
		Show help

EXAMPLES

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

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) 2015 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.