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


WWW-ConfixxBackup documentation  | view source Contained in the WWW-ConfixxBackup distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  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

Top

new

user

password

server

login

download

ftp

prefix

debug

DEBUG

SEE ALSO

Top

  Net::FTP

AUTHOR

Top

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

LICENSE

Top

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.


WWW-ConfixxBackup documentation  | view source Contained in the WWW-ConfixxBackup distribution.