Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: ftplist.pl

by a (Friar)
on Feb 01, 2001 at 10:50 UTC ( [id://55660]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open(FilesToGet, "FilesToGet.txt") 
      or die "can't open FilesToGet.txt: $!";
    while (<FilesToGet>) {
    
  2. or download this
    $TheFile = $_;                         
        chomp($TheFile);                 
        $INFILE = $TheFile;
    
  3. or download this
    chomp;
    $ftp->get($_);
    
  4. or download this
    #!/usr/bin/perl -w
    use Net::FTP;
    ...
      $ftp->get($_);
    }
    $ftp->quit;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://55660]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-19 22:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found