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

Re:**3: fetching ftp site info

by flounder99 (Friar)
on Jan 27, 2004 at 16:53 UTC ( [id://324476]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: fetching ftp site info
in thread fetching ftp site info

The html source is created by your client. You can do a couple of things (not involving perl) like:
$ wget -O temp.html 'ftp://ftp.symantec.com/public/english_us_canada/a +ntivirus_definitions/norton_antivirus_corp/'
or
$ lynx -source 'ftp://ftp.symantec.com/public/english_us_canada/antivi +rus_definitions/norton_antivirus_corp/'>temp.html
and they will create the html source for you.

I tried using lwp-request but it just gave me the unix listing.

--

flounder

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-04-19 21:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found