NAME
WWW::ConfixxBackup::FTP - the FTP client for WWW::ConfixxBackup
SYNOPSIS
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');
METHODS
new
user
password
server
login
download
ftp
SEE ALSO
Net::FTP
AUTHOR
Renee Baecker, <module@renee-baecker.de>
COPYRIGHT AND LICENSE
Copyright (C) 2006 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.