|
Re: Scanning a url and downloading files.
Not sure if I understand what you mean, but wget is able to download the web page onto your local disc, where you can use other Linux commands to search and extract text patterns such as urls. Among many other options, wget also has the ability to follow ftp links (--follow-ftp).
|