Re: Cannot write to auto-generated file name

2007-04-03 Thread Vitaly Lomov
It's a file system issue on windows: file path length is limited to 259 chars. http://support.microsoft.com/kb/148754

RE: Cannot write to auto-generated file name

2007-04-03 Thread Tony Lewis
Vitaly Lomov wrote: It's a file system issue on windows: file path length is limited to 259 chars. In which case, wget should do something reasonable (generate an error message, truncate the file name, etc.). It shouldn't be left as exercise for the user to figure out that the automatically

Re: Cannot write to auto-generated file name

2007-04-03 Thread Steven M. Schweda
From Tony Lewis: In which case, wget should do something reasonable (generate an error message, truncate the file name, etc.). [...] Sadly, this is easier said than done. Around here (VMS), the complaint is i/o error. I haven't tried it on a UNIX, but it could easily be different there,

Re: Cannot write to auto-generated file name

2007-04-02 Thread Alan Thomas
, 2007 10:19 PM Subject: Cannot write to auto-generated file name Is this an operating system issue or wget? I am using wget version 1.10.2b on Windows 98 and XP. I had this problem on both operating systems. I downloaded the binaries from http://www.christopherlewis.com/. I created