Help for this page

Select Code to Download


  1. or download this
    $ftp->get("$station_name.TXT", "../area/weather/$station_name.TXT") 
       or die "failed to retrieve file $station_name.TXT - $ftp->message";
    
  2. or download this
    my $ftp = Net::FTP->new("tgftp.nws.noaa.gov", DEBUG => 1);
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $ftp->quit;
    # End ftp session #