Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: How to fulfil the function of ftpls on windows

by atopolc (Pilgrim)
on May 30, 2002 at 14:00 UTC ( [id://170384]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @files = $FTP->List();
        @textfiles = $FTP->List("*.txt");
        foreach $file (@textfiles) {
          print "Name: ", $file, "\n";
        }
    
  2. or download this
    @files = $FTP->List("*.*", 2);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (8)
As of 2024-03-29 13:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found