Give advice, please. I want to develop FTP / SFTP / FTPS client download manager in Delphi on WinInet. On what better to do (Indy, ISC Components, WinInet ...)? May already have solution开发者_JS百科s
I have to provide an SSL front for a plain TCP server, so I\'m making a \"pump\" application that will provide an SSL connection to the outside while the original server can stay plain.
The Indy UDP server component seems to depend on Windows messages, as I see new messages appear only when the mouse cursor moves over the form which contains the server component.
i am using delphi xe2 i am sending 2 txt record in single request but my application is only recieving 1
I\'ve a problem using ADO and indy in Delphi 2009. My project always crashes on exit when running i开发者_Go百科n delphi 2009.
Are there third party components available for Delphi XE2 to create iOS applications with Internet support?
I\'m working on a proof-of-concept app using TIdCmdTCPServer in delphi XE. There seems to be something wrong with my code because only the first command works.If i repeat the same command, it \"times
We have been experimenting with a Delphi Indy (SVN trunk) client and Apache with mod_php. A PHP script is called which registers a shutdown function.
How to send attachment using TIdyAttachment ? How to convert this TIdAttachment.Create(msg.MessageParts, \'c:\\at开发者_运维问答tach.bmp\'); delphi statement to c++ builder ?
type TForm8 = class(TForm) idtcpclnt1: TIdTCPClient; idtcpsrvr1: TIdTCPServer; procedure FormCreate(Sender: TObject);