NAME
App::Shotgun::Target::SFTP - App::Shotgun target for SFTP servers
VERSION
version 0.001
DESCRIPTION
Implements the SFTP ( FTP via SSH ) target.
Note: It is recommended to have ssh certificates set up for passwordless authentication. If you supply a password, Net::SFTP::Foreign will attempt to use Expect to do the interaction, but you must have Expect installed. Otherwise the connection will hang at the password prompt and nothing will work!
ATTRIBUTES
port
The port to connect on the server.
The default is: 22
username
The username to login to the server with.
Required.
password
The password to login to the server with. Please see the note in "DESCRIPTION" for more information.
The default is: none ( use ssh certificates )
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.