
WWW::ConfixxBackup::FTP - the FTP client for WWW::ConfixxBackup

use WWW::ConfixxBackup::FTP;
my $ftp = WWW::ConfixxBackup::FTP->new(server => 'server');
$ftp->user('username');
$ftp->password('password');
$ftp->login;
$ftp->download('/path/for/download');


Net::FTP

Renee Baecker, <module@renee-baecker.de>

2006 - 2008 by Renee Baecker
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.