NAME
App::Shotgun::Target::FTP - App::Shotgun target for FTP servers
VERSION
version 0.001
DESCRIPTION
Implements the FTP target.
ATTRIBUTES
port
The port to connect on the server.
The default is: 21
usetls
Enable/disable TLS encryption for the connection.
The default is: false
username
The username to login to the server with.
Required.
password
The password to login to the server with.
Required.
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.