Thanks a lot
: : I would like to make a server that will list all files in its dir to transfer by socket to a client that connects on it
: : but I need to build it for kilyx
: : I don't need forms, because i'll execute it by the Putty program
: : using ./server &
: : I don't know how to do this, I don't know kylix, and a just a little bit of Linux
: : If you know any tips or links or something that could help me, I aprreciate
: :
: : Thanks in advance
: : Jonathan
: :
: I have no experience with Kylix, but this I know from what I've read about it. Kylix is designed so that you can port almost any Delphi code directly into Kylix and compile it under Linux. Only the low-level coding and some unit names needs adjusting, but not the component names or code, which depends on those components.
: If this is true, then you should be able to make your server using Delphi in a DataModule, then take that code and compile it using Kylix. And you should have your Linux server.
: