[CentOS] OT: get files with wget

Thu Apr 10 11:13:01 UTC 2008
Sudev Barar <sbarar at gmail.com>

On 10/04/2008, Frank Büttner <frank-buettner at gmx.net> wrote:
> Hello,
>  how can I get all files from an directory of an web server.
>  An simple wget http://www.foo.bar/sample/* will not work:(

Perhaps you should do:
wget -r http://www.foo.bar/sample
-- 
Regards,
Sudev Barar

Read http://blog.sudev.in for topics ranging from here to there.