ttcpserver

Delphi: TTcpServer, connection reset when reading

Hi, 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 supposed to create a socket at the given portnumber, and Fitnesse will connect to that port. I'm using a TTcpServer for the job: T...

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, it sends the buffer - I thing - , but it creates the file and its size is 0 kb, I think I'm not writing the buffer in the file, bit, I real...

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 wrote a button1(sendtextbutton) onclick event handler: procedure TForm2.Button1Click(Sender: TObject); begin TcpServer1.Sendln('messa...