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

NAME

shotgun - mass upload of files via SCP/FTP/...

VERSION

version 0.001

SYNPOSIS

  shotgun --filelist a_filelist.txt \
        --target FTP:hostname=localhost:username=testftp:password=test
  shotgun --file first_file.txt --file second_file.txt \
        --target FTP:hostname=localhost:username=testftp:password=test \
        --target FTP:hostname=remote.server.com:username=testftp:password=test

DESCRIPTION

TODO

AUTHORS

  • Torsten Raudssus <torsten@raudssus.de>

  • Apocalypse <APOCAL@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Raudssus Social Software http://www.raudssus.de/.

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