Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: ftp

by phydeauxarff (Priest)
on Oct 01, 2003 at 16:34 UTC ( [id://295682]=note: print w/replies, xml ) Need Help??


in reply to Net::FTP's get() does not handle wildcards

I haven't tried this but according to the doc for IO::Ftp it supports "something along the lines of mget "
while (my $in = IO::Ftp->new('<<','//foo.bar.com/foo/bar/*.txt', TYPE= +>'a') { print "processing ",$in->filename, "\n"; #... $in->close; $in +->delete; }

You might try giving that a shot.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-04-23 06:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found