Tagged Questions
0
votes
1answer
71 views
Send Files with TCP from client to server knowing file size Delphi
Hello im trying to send a file Via TCP with delphi using Indy Components with a Client/Server
i manage to send and recieve the files correctly, the problem is before sending the file i would like to ...
1
vote
1answer
1k views
Indy TCPServer doesn't receive all packages from TCPClient when sending packages too frequently
I have a problem with Indy TCP connection. I use Turbo Delphi 2006 with Indy 10.
I want to send multiple TCP packages from idTCPClient to idTCPServer.
It works finely, when I want to send only one ...
0
votes
1answer
527 views
Delphi/Indy. Long delay in procedure TIdStackWindows.Connect
My app is hanging in the call to procedure TIdStackWindows.Connect. When the TCP/IP address exists there is no problem, but if it doesn't, I get the hang. The IP address is a literal- there is no ...
0
votes
1answer
2k views
TCPclient.connected problem in Delphi - Indy
I am having problem with IdTCPclient.connected function from Indy in Delphi. I am using Indy10 and Delphi2010 environment. My problem is every time i check the TCP connection with ...