WGET help needed

2003-06-11 Thread Support, DemoG
hello, I need help on this subject: Please tell me what is the command line if i wanted to get all the files, subdirectories with all contained from a ftp like ftp.mine.com also i have the user and pass, and i will use this in Shell.

Re: WGET help needed

2003-06-11 Thread Aaron S. Hawley
http://www.gnu.org/manual/wget/ On Wed, 11 Jun 2003, Support, DemoG wrote: > hello, > > I need help on this subject: > Please tell me what is the command line if i wanted to get all the files, > subdirectories with all contained from a ftp like ftp.mine.com > also i have the user and pass, and i

Bug, feature or my fault?

2003-06-11 Thread DervishD
Hi all :)) This is my first message on this list and as usual is a call for help ;) Well, the question is that I don't know if this is a bug (haven't look at the sources yet) and I can't find nothing in the documentation. So, prior to send a bug report, I want to make sure this is a b

Re: trailing '/' of include-directories removed bug

2003-06-11 Thread wei ye
BTW, my wget version is 1.8.2. Thanks! --- wei ye <[EMAIL PROTECTED]> wrote: > > I'm trying to crawl url with --include-directories='/r/' > parameter. > > I expect to crawl '/r/*', but wget gives me '/r*'. > > By reading the code, it turns out that cmd_directory_vector() > removed the trailin

trailing '/' of include-directories removed bug

2003-06-11 Thread wei ye
I'm trying to crawl url with --include-directories='/r/' parameter. I expect to crawl '/r/*', but wget gives me '/r*'. By reading the code, it turns out that cmd_directory_vector() removed the trailing '/' of include-directories '/r/'. It's a minor bug, but I hope it could be fix in next versi