Help for this page

Select Code to Download


  1. or download this
           use Net::FTP;
           $ftp = Net::FTP->new("some.host.name", Debug => 0);
    ...
           $ftp->cwd("/pub");
           $ftp->get("that.file");
           $ftp->quit;
    
  2. or download this
    <a href="ftp://some.host.name/pub/that.file">click here</a>
    
  3. or download this
    <a href="ftp://username:password@some.host.name/pub/that.file">click h
    +ere</a>