Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Dec : TidHTTP.Request.LastModified #2
| Subject: | TidHTTP.Request.LastModified #2 |
| Posted by: | "Koger" (ing..@mail.dk) |
| Date: | 6 Dec 2005 09:11:24 |
I try to post it again and hope somebody can help.
I use this code to download a file from http server, if the file has
been modified since the local copied was downloaded.
Indy seems to raise an exception. I use Indy 9.0.18
HTTP.Request.LastModified := "file data";
HTTP.Get(URL, "FileStream"); //!!EIdReadTimeout exception!!