-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mathieu Malaterre wrote: > I still do not believe this has anything to do with the server, if you > have a couple of seconds please try this file instead: > > http://www.medical.philips.com/us/company/connectivity/assets/docs/dicomcs/ENsphere%2520DICOM%25203%2520Conformance%2520Statement.pdf > http://www.medical.philips.com/us/company/connectivity/assets/docs/dicomcs/usit15l3_final.pdf
The first one is not a good link (note that it doesn't contain spaces; it contains %2520, which decodes to "%20", literally). It goes to a "Page not found" page (which lacks a modification timestamp, as you can see from the logs). However, the server issues a 200 HTTP status code for that page, so Wget can't know that it's not a good file (it does, however, notice that it received HTML and not PDF or application/octet-stream. In your other example, you corrected the percent-encoding, and lo! it worked. FWIW, it's helpful to run wget with --debug so you can see the headers involved, in addition to other helpful information. - -- HAND, Micah J. Cowan Programmer, musician, typesetting enthusiast, gamer... http://micah.cowan.name/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFH5A9o7M8hyUobTrERAq7sAJ9MdOa5y+bTi2P2rDC2xywmPOu9/gCggwnr ALk51+oYcQ9lrUjuDDzREVE= =/E8u -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

