Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Now I want to grab files from this web page and download it to my NT workstation. I know there is a Perl FTP module and was hoping to see real world example of one that works so I can download files from a web site to my NT workstation. I know this involves some sort of Perl FTP module. I just need an example of a FTP that works.$content = get($url);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: FTP
by broquaint (Abbot) on May 30, 2002 at 17:07 UTC | |
|
Re: FTP Module Suggestions and Uses
by cjf (Parson) on May 30, 2002 at 17:06 UTC |