Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $ftp->cwd($remotedir) or die "\nCan't cwd to path $remotedir";
    $ftp->rget();
    $ftp->quit;