Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
655 views

cant send text(string) from ttcpserver to ttcpclientserver

i have 2 forms 1 for server another for client after droping ttcpserver on server form and setting its localhost property to 127.0.0.1 and localport property to 55555 and Active property to true i ...
1
vote
0answers
64 views

TTcpServer “stopped” in Linux

The two console applications include one socket server using TTcpServer of bmThreadBlocking mode, and one socket client using TTcpClient of bmBlocking mode. The TTcpClient is intended to connect to ...
0
votes
1answer
1k views

How do I transfer a buffer? TTCpServer/TTcpClient

So good night. I'm new here, and I need a big help. I'm doing a program, and I need to send a file from one pc to another one. I'm trying to send it using buffer, but I'm having some problems. First, ...
0
votes
1answer
744 views

Delphi: TTcpServer, connection reset when reading

I'm trying to implement a Fitnesse Slim server for delphi, but have some problems with the communication. Fitnesse will start my process, and give me a portnumber as a commandline argument. Then I'm ...