Re: [twsocket] Old TnCnx and SetSSHUserPass .SetIsSSH.

2017-10-28 Thread shlomo Abuisak Lim Electronics

you are right never thought it was not in ICS


On 28/10/2017 11:28, Angus Robertson - Magenta Systems Ltd wrote:

i have an OLD procedure in Delphi6 it used TnCnx which head
TnScript1.TnConn.SetSSHUserPass(GlobalLogIn, GlobalPassWord);
   TnScript1.TnConn.SetIsSSH(true);
Now in Delphi 7 i installed a new library, a long time ago,
OverbyteIcsV8Gold
which dose not have this 2 function
SetSSHUserPass  .SetIsSSH.
What do i do? what is wrong my library ?

None of the ICS components have ever supported SSH, which is an
encryption alternative to SSL.

So your application must have been using a customised version of ICS
that added SSH support, probably the FTERM project on the ICS Usermade
page dating back many years by a pair of Chinese developers, written
for Delphi 6 only.   They modified many of the ICS units without
changing the names.

Their code was never integrated into ICS, so is incompatible with any
official ICS releases.  If you want SSH, you need to continue to use
the old library. The URLs in library no longer work.

Angus



--

*להתראות*


*0505-57 **שלמה אבייצחק *

*לים אלקטרוניקה ת**.**ד **1149 **גבעתיים*

*limel...@gmail.com*

_*http://www.limelect.com*_ 

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Re: [twsocket] Old TnCnx and SetSSHUserPass .SetIsSSH.

2017-10-28 Thread Angus Robertson - Magenta Systems Ltd
> i have an OLD procedure in Delphi6 it used TnCnx which head
> TnScript1.TnConn.SetSSHUserPass(GlobalLogIn, GlobalPassWord);
>   TnScript1.TnConn.SetIsSSH(true);
> Now in Delphi 7 i installed a new library, a long time ago, 
> OverbyteIcsV8Gold
> which dose not have this 2 function
> SetSSHUserPass  .SetIsSSH.
> What do i do? what is wrong my library ?

None of the ICS components have ever supported SSH, which is an
encryption alternative to SSL.  

So your application must have been using a customised version of ICS
that added SSH support, probably the FTERM project on the ICS Usermade
page dating back many years by a pair of Chinese developers, written
for Delphi 6 only.   They modified many of the ICS units without
changing the names.  

Their code was never integrated into ICS, so is incompatible with any
official ICS releases.  If you want SSH, you need to continue to use
the old library. The URLs in library no longer work. 

Angus

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] Old TnCnx and SetSSHUserPass .SetIsSSH.

2017-10-27 Thread shlomo Abuisak Lim Electronics

i have an OLD procedure in Delphi6 it used TnCnx which head

TnScript1.TnConn.SetSSHUserPass(GlobalLogIn, GlobalPassWord);
 TnScript1.TnConn.SetIsSSH(true);

Now in Delphi 7 i installed a new library, a long time ago, 
OverbyteIcsV8Gold


which dose not have this 2 function

SetSSHUserPass  .SetIsSSH.

What do i do? what is wrong my library ?

My project is a client.

--


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be