Re: [twsocket] Additional packages for installation in both IDEpersonalities?

2010-07-19 Thread Tobias Rapp
Francois PIETTE wrote: > Note: Personnaly I almost never use the standards packages because I always > create a package for each group of application having only the components > needed by the application group. I use the standard packages when building > or testing ICS/Midware. Do you do it li

Re: [twsocket] SSH support

2010-07-19 Thread Ruud Kerstens
Hello Francois, Thanks for your response, now i understand why it is 'not' supported. In my case i need to make a secure connection for 'telnet' like purposes, so in this case is it possible to use the SSL as well on this type of connection, or is it only usable for HTTP-purposes. I am not farm

Re: [twsocket] SSH support

2010-07-19 Thread Angus Robertson - Magenta Systems Ltd
> In my case i need to make a secure connection for 'telnet' like > purposes, so in this case is it possible to use the SSL as well on > this type of connection, or is it only usable for HTTP-purposes. Yes, you can use ICS SSL for telnet, most of the protocols like HTTP, POP3, FTP control, etc,

Re: [twsocket] SSH support

2010-07-19 Thread Ruud Kerstens
Hi All, Now i decided SSL is a perfect option for me, so i am starting to try the demo's. I am currently using delphi 7, with ICS 7 installed (incliudes SSL). My normal app's do not give me any errormessage, however i do get messages trying to run ssl-demo's. example : Undeclared Identifier

Re: [twsocket] SSH support

2010-07-19 Thread Arno Garrels
Hi Ruud, > example : Undeclared Identifier :'TSslWSocketClient'. > Now i am trying to figure out where this error comes from as my other > applications using the standard ICS-components give no errors. You have to define "USE_SSL" in the project options and *rebuild* the project, compile is not e

Re: [twsocket] SSH support

2010-07-19 Thread Ruud Kerstens
Hi Arno, Actually i saw it was allready mentioned, but hitting the build-button did the job, thanks! Ruud Kerstens -- From: "Arno Garrels" Sent: Monday, July 19, 2010 11:39 AM To: "ICS support mailing" Subject: Re: [twsocket] SSH support Hi

[twsocket] RPC over HTTP

2010-07-19 Thread Fastream Technologies
Hello, We have noticed that there is strong demand for a proxy server to compete with MS ISA/TMG that can support this protocol for Outlook-Exchange communication. Is there anybody with some experience in this who could provide some help (in exchange for some money or license)? Best Regards, SZ

Re: [twsocket] Additional packages for installation in both IDEpersonalities?

2010-07-19 Thread Francois PIETTE
Note: Personnaly I almost never use the standards packages because I always create a package for each group of application having only the components needed by the application group. I use the standard packages when building or testing ICS/Midware. Do you do it like this with ICS components