Board index » delphi » Server running a server
DJ Bo
![]() Delphi Developer |
Sat, 05 Feb 2005 17:13:28 GMT
Server running a server
I've just built a nice Authentication server using a TIdTCPServer as a base.
I'm ready to build a authenticated TFTP server, by first having the Authentication server login the user, when logged in, I run (in server) OnAuthenticated. There I create a context (including the TIdTFTPServer), and assign the correct code to the different functions. Problem: procedure TForm1.OnUserAuth(Sender: TObject); Now I want to keep the TCP connection (with the Authentication server) up Thanx, |