something wrong with 2007-07-04 svn fix

2007-07-15 Thread Roman Shiryaev
hi, I've just checkout the latest version from SVN and discovered changes in wget's behavior when downloading files from one of our local web servers. wget loops and cannot get file. [EMAIL PROTECTED]:/tmp$ wget 'http://disk.karelia.ru/?d=1f=mikkena/Sanctuary/Psych.1x03.RUS.avi' --16:33:10--

Re: bug and patch: blank spaces in filenames causes looping

2007-07-15 Thread Rich Cook
On Jul 13, 2007, at 12:29 PM, Micah Cowan wrote: sprintf(filecopy, \%.2047s\, file); This fix breaks the FTP protocol, making wget instantly stop working with many conforming servers, but apparently start working with yours; the RFCs are very clear that the file name argument starts

Re: bug and patch: blank spaces in filenames causes looping

2007-07-15 Thread Josh Williams
On 7/15/07, Rich Cook [EMAIL PROTECTED] wrote: I think you may well be correct. I am now unable to reproduce the problem where the server does not recognize a filename unless I give it quotes. In fact, as you say, the server ONLY recognizes filenames WITHOUT quotes and quoting breaks it. I

Re: bug and patch: blank spaces in filenames causes looping

2007-07-15 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rich Cook wrote: On Jul 13, 2007, at 12:29 PM, Micah Cowan wrote: sprintf(filecopy, \%.2047s\, file); This fix breaks the FTP protocol, making wget instantly stop working with many conforming servers, but apparently start working with

Re: something wrong with 2007-07-04 svn fix

2007-07-15 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Roman Shiryaev wrote: hi, I've just checkout the latest version from SVN and discovered changes in wget's behavior when downloading files from one of our local web servers. wget loops and cannot get file. Hello, and thanks for the heads-up.