> > I just started using wget today, and I am very impressed with it. > Apart from the first job I tried, everything has worked perfectly for > a number of jobs, even changing to relative URLs, which I thought was > very impressive. Thanks for the good work. > > I am using wget 1.82 on Win2K SP2, and wget froze on the fifth > downloaded file 'prn.html' using the command line: > > wget -r -l0 -A htm,html,png,gif,jpg,jpeg --no-parent > http://java.sun.com/products/jlf/at/book > > About twenty seconds after it stops, I get Windows complaining that > there is no available printer (I don't have one), and canceling the > job does not cause wget to resume processing.
Hi, this is an Windows spezific problem. Normaly should prn.html an valid Filename. And as you can check Long filenames can contain ":". But there is an List on reserved words that where interepreted as spezial devices. Since wget work on a ton of systems it could maybe very troublesome to find you each reserved filename. Since you could exclude filenames spezialy i think it is not that problem. Example's - Windows NULL: PRN: - Linux (Normaly,Many) /dev/* /proc/* Cu Thomas Lu�nig p.s. Shure it's prn.html and not prn:html ?
msg04307/pgp00000.pgp
Description: PGP signature
