Help for this page

Select Code to Download


  1. or download this
    Can't call method "login" on an undefined value at C:\Perl\bin\ftpr.pl line 5.
  2. or download this
    use Net::FTP;
    
    ...
    $ftp->cwd("/usr/home/myname");
    $ftp->get("test.txt");
    $ftp->quit;