Hrvoje Niksic wrote: > Subject: > Re: Wget Bug: recursive get from ftp with a port in the url fails > From: > baalchina <[EMAIL PROTECTED]> > Date: > Mon, 17 Sep 2007 19:56:20 +0800 > To: > [EMAIL PROTECTED] > > To: > [EMAIL PROTECTED] > > Message-ID: > <[EMAIL PROTECTED]> > MIME-Version: > 1.0 > Content-Type: > multipart/alternative; boundary="==-=-=" > > > Hi,I am using wget 1.10.2 in Windows 2003.And the same problem like > Cantara. The file system is NTFS. > Well I find my problem is, I wrote the command in schedule tasks like this: > > wget -N -i D:\virus.update\scripts\kavurl.txt -r -nH -P > d:\virus.update\kaspersky > > well, after "wget",and before "-N", I typed TWO spaces. > > After delete one space, wget works well again. > > Hope this can help. > > :)
Hi baalchina, Hrvoje forwarded your message to the Wget discussion mailing list, where such questions are really more appropriate, especially since Hrvoje is not maintaining Wget any longer, but has left that responsibility for others. What you're describing does not appear to be a bug in Wget; it's the shell's (or task scheduler's, or whatever) responsibility to split space-separated elements properly; the words are supposed to already be split apart (properly) by the time Wget sees it. Also, you didn't really describe what was going wrong with Wget, or what message about it's failure you were seeing (perhaps you'd need to specify a log file with -o log, or via redirection of the command interpreter supports it). However, if the problem is that Wget was somehow seeing the space, as a separate argument or as part of another one, then the bug lies with your task scheduler (or whatever is interpreting the command line). -- HTH, Micah J. Cowan Programmer, musician, typesetting enthusiast, gamer... http://micah.cowan.name/
signature.asc
Description: OpenPGP digital signature
