Re: Any component for secured CS-communication? (General questions)
Igor,
can I ask you what kind of data do you plan to transfer? We have also wodTelnetDLX<>wodSSHServer to send/receive byte per byte data.
If I were you, I would always try to exchange data through HTTP protocol since that way somehow you have much better interface , and you could in theory always switch to different client/server, and preserve protocol structure. We have wodHttpDLX/wodWebServer for that, but you could easily re-use Apache/IIS or anything on server side.
Hope this helps.
Kreso