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:( Thanks for your help. Frank -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 5766 bytes Desc: S/MIME Cryptographic Signature URL: <http://lists.centos.org/pipermail/centos/attachments/20080410/15250cd9/attachment-0001.bin>
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.