indy
WinInet wrapper for FTP in Delphi
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[详细]
2023-04-11 23:07 分类:问答Indy SSL to plain socket pump
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.[详细]
2023-04-11 16:17 分类:问答How can I use TIdUDPServer in a console application?
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.[详细]
2023-04-10 06:13 分类:问答IdDNSResolver QueryResult.count delphi xe2
i am using delphi xe2 i am sending 2 txt record in single request but my application is only recieving 1[详细]
2023-04-07 03:48 分类:问答Problem with Indy, ADO and Delphi 2009
I\'ve a problem using ADO and indy in Delphi 2009. My project always crashes on exit when running i开发者_Go百科n delphi 2009.[详细]
2023-04-06 07:28 分类:问答Delphi XE2 on iOS with Indy or Third Party Internet Components
Are there third party components available for Delphi XE2 to create iOS applications with Internet support?[详细]
2023-04-04 23:36 分类:问答need help with basic use of TIdCmdTCPServer
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[详细]
2023-04-03 16:25 分类:问答Can I send a TCP RST from Delphi's Indy client?
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.[详细]
2023-04-01 10:28 分类:问答Sending attachment using TIdAttachment in c++ builder
How to send attachment using TIdyAttachment ? How to convert this TIdAttachment.Create(msg.MessageParts, \'c:\\at开发者_运维问答tach.bmp\'); delphi statement to c++ builder ?[详细]
2023-03-30 20:50 分类:问答Indy TCPClient OnDisconnect event not working
type TForm8 = class(TForm) idtcpclnt1: TIdTCPClient; idtcpsrvr1: TIdTCPServer; procedure FormCreate(Sender: TObject);[详细]
2023-03-28 23:22 分类:问答