Hi, FiveWinners.
in the example of the previous post, Horizon, tell us how to get the file size over http.
this is the code:
cRequest := "HEAD "+oUrl:BuildAddress() + " HTTP/1.1" + CRLF + ;
"Host: "+oUrl:cServer+ CRLF + ;
"User-Agent: HTTP-Get-File-Size" + CRLF + ;
"Connection:close" + CRLF + ;
CRLF
Might indicate to us how to get the date and time of a file over http?
Regards