I\'m writing a Delphi-based Windows server for a tablet-based HTML client. Most files are served out unprocessed, as you would expect of a web server, but a handful of special keywords are being inte
It's difficult to tell what is being asked h开发者_运维知识库ere. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current for
I\'m using TIdHTTP.Get to download a file. As parameter I\'m passing a TFileStream object, I have noticed that when i execute the get method the file size is allocated at once before which the downloa
I\'m having the known issue: IdTCPServer hangs while trying to deactivate it. I\'ve read lots of articles concerning such problem and I\'m aware of the deadlock happening. But it\'s difficult for me t
I\'m usi开发者_JAVA技巧ng the TIdHTTP.Getprocedure in a thread to download a file . My question is how I can stop (cancel) the download of the file?I would try to cancel it by throwing an silent excep
Explain me please how to download a file from a server using SSL (https://). I have not found an appropriate answer in the Internet.
We recently started using a Squid HTTP proxy server which provides squid-2.5-ntlmssp authentification.
I got stuck on this problem: I need to get time and date from page presnycas.eu (to sync). Date is fine, but I cannot get the time. The problem is that when I call IdHTTP.Get(..) method, as a result I
My application is using TIdHTTP.Get to access ClickBank\'s API. In order for that to work, I have to assign a TIdSSLIOHandlerSocketOpenSSL to the TIdHTTP.IOHandler.
I have a problem when i try to get the direct download link using indy (delphi 2007) I log into(fileserve.com) with my premium account successfully using this code