"Jesse Cantara" <[EMAIL PROTECTED]> writes: > A quick resolution to the problem is to use the "-nH" command line > argument, so that wget doesn't attempt to create that particular > directory. It appears as if the problem is with the creation of a > directory with a ':' in the name, which I cannot do outside of wget > either. I am not sure if that is specific to my filesystem, or to > linux in general.
It's not specific to Linux, so it must be your file system. Are you perhaps running Wget on a FAT32-mounted partition? If so, try using --restrict-file-names=windows. Thanks for the report.
