Help for this page

Select Code to Download


  1. or download this
     my $ftp = Net::FTP->new( "some.host.name", Hash => 1);
    
  2. or download this
      $ftp->hash( 1 );