Hi Herold! Thanks for the testing, I must admit, trying -nd did not occur to me :(
I already have implemented a \ to / conversion in my wgetgui, but forgot to strip the trailing (as Hrvoje suggested) / *doh* Anyway, I would of course be happy to see a patch like you proposed, but I understand too little to judge where it belongs :} CU Jens http://www.JensRoesner.de/wgetgui/ > Note: tests done on NT4. W9x probably would behave different (even > worse). > starting from (for example) c:, with d: being another writable disk of > some kind, something like > wget -nd -P d:/dir http://www.previnet.it > does work as expected. > wget -nd -P d:\dir http://www.previnet.it > also does work as expected. > wget -P d:\dir http://www.previnet.it > did create a directory d:\@5Cdir and started from there, in other words > the \ is converted by wget since it doesn't recognize it as a valid > local directory separator. > wget -P d:/dir http://www.previnet.it > failed in a way or another for the impossibility to create the correct > directory or use it if already present. [snip]
