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

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

prefix

debug

DEBUG

SEE ALSO

  Net::FTP
  

AUTHOR

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

LICENSE

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.