[EMAIL PROTECTED] wrote:

Wolfgang Zeikat wrote:
On 06/29/05 20:19, Evan Platt wrote:
wget -N URL only downloads a file if the copy on the server is newer
than your local one.

Presumably, by adding an HTTP If-Modified-Since header with a value 
corresponding to the modified-time of the local file.

Yeah, well sorta :)

It actually issues a HEAD request, checks Last-Modified, then issues a GET if it needs to.

curl behaves more sanely.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to