Re: sFTP Connection - WeOnlyDo Discussion board

Re: sFTP Connection (General questions)

by Gareth, Tuesday, December 09, 2014, 12:34 (3419 days ago) @ wodDamir

Hi Did this error ever get resolved ?
I am experiencing this now.

Using the wodSFTP.dll COM component v3.7.0.161

I have created a simple app that just connects and when .connect I get error
-1 "Unrecognized error"

This only happens at one of our client's environments and is perfectly fine in our own internal and other client environments. WinSCP works fine on the problem environment - so SFTP must be working fine. Its Win2008 R2 SP1 connecting to solaris 10 sparc.

The code is just the below with the xxx replaced with the correct details:

var
FwodSFTP: IwodSFTPCom;
begin
FwodSFTP := CowodSFTPCom.Create;
FwodSFTP.LicenseKey := 'XXXXXX'
FwodSFTP.Blocking := True;
FwodSFTP.Login := 'xx';
FwodSFTP.Password := 'xx';
FwodSFTP.Connect('xx', 22);

Is there a debug version of the dll that I can use to get some output to analyse what could be wrong ?


Complete thread: