Net::DownloadMirror

Net::DownloadMirror is a Perl extension for mirroring a remote location via FTP to the local directory.
Download

Net::DownloadMirror Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Torsten Knorr
  • Publisher web site:
  • http://search.cpan.org/~knorr/

Net::DownloadMirror Tags


Net::DownloadMirror Description

Net::DownloadMirror is a Perl extension for mirroring a remote location via FTP to the local directory. Net::DownloadMirror is a Perl extension for mirroring a remote location via FTP to the local directory.SYNOPSIS use Net::DownloadMirror; my $um = Net::DownloadMirror->new( ftpserver => "my_ftp.hostname.com", usr => "my_ftp_usr_name", pass => "my_ftp_password", ); $um->Update(); or more detailed my $um = Net::DownloadMirror->new( ftpserver => "my_ftp.hostname.com", usr => "my_ftp_usr_name", pass => "my_ftp_password", localdir => "home/nameA/homepageA", remotedir => "public", debug => 1 # 1 for yes, 0 for no timeout => 60 # default 30 delete => "enable" # default "disabled" connection => $ftp_object, # default undef exclusions => , ); $um->SetLocalDir("home/nameB/homepageB"); print("hostname : ", $um->get_ftpserver(), "n"); $um->Update();This module is for mirroring a remote location to a local directory via FTP. For example websites, documentations or developmentstuff which ones were uploaded or changed in the net. It is not developt for mirroring large archivs. But there are not in principle any limits. Requirements: · Perl


Net::DownloadMirror Related Software