Help for this page

Select Code to Download


  1. or download this
    my $ftp = Net::FTP->new("some.host.name", Timeout => 50)
                 or die "Cannot connect to some.host.name: $@";
    
  2. or download this
    perldoc Net::FTP
    
  3. or download this
    my $ftp = Net::FTP -> ("some.host.com", Debug => 1,
         Timeout => 50, Option => value, Option => value ...);