Re: URL File time stamp
Re: URL File time stamp
- Subject: Re: URL File time stamp
- From: Frederick Cheung <email@hidden>
- Date: Sat, 25 Sep 2004 01:49:47 +0200
Date: Thu, 23 Sep 2004 12:17:08 +0000
From: Trygve Inda <email@hidden>
Subject: URL File time stamp
To: <email@hidden>
Message-ID: <BD786F44.25FCB%email@hidden>
Content-Type: text/plain; charset="US-ASCII"
I am using the CFNetworkHTTPDownload sample as a basis for my code.
Is there a way to use this to check a file's time stamp on a server
without
downloading the file?
I want to monitor a file on a remote URL to see when it is updated,
and if
it is a new file, to download it.
You could use the HEAD method instead of GET. This causes the server to
send the same set of headers back, but won't actually download
anything.
Fred
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden