-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 JOSE ANTONIO SBRAGIA SENNA wrote: > Dear sirs: > In the documentation of the DOS port of wget > I could not find a way to download to a directory > or drive outside the directory from which wget > runs (that is, if I use the -P= option with > another drive letter, wget will create a sub > directory with that letter as name). Is there > a way to do this ?
There is no = after the -P option; if you write "-P=c", wget would save to a directory named "=c". Drive letters are not directory names. "-P C" asks wget to create a subdir named "C". Try "-P C:\". - -- Micah J. Cowan Programmer, musician, typesetting enthusiast, gamer. Maintainer of GNU Wget and GNU Teseq http://micah.cowan.name/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkm7/M4ACgkQ7M8hyUobTrEgzQCfZeqPwReDUL417rutXaHPF1mo rREAn1s/1qMkZmM3JHTI8KTC+DoqSIfv =NiiH -----END PGP SIGNATURE-----
