Re: sFTP Connection (General questions)
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:
- sFTP Connection - squireh, 2011-05-06, 02:51
- Re: sFTP Connection - woddrazen, 2011-05-06, 09:04
- Re: sFTP Connection - dhuangfu, 2011-07-30, 00:32
- Re: sFTP Connection - wodDamir, 2011-07-30, 09:14
- Re: sFTP Connection - dhuangfu, 2011-07-30, 13:15
- Re: sFTP Connection - wodDamir, 2011-07-30, 16:15
- Re: sFTP Connection - dhuangfu, 2011-07-30, 18:51
- Re: sFTP Connection - wodDamir, 2011-07-30, 19:03
- Re: sFTP Connection - dhuangfu, 2011-07-30, 20:28
- Re: sFTP Connection - wodDamir, 2011-07-30, 21:43
- Re: sFTP Connection - dhuangfu, 2011-07-31, 05:54
- Re: sFTP Connection - wodDamir, 2011-07-31, 13:41
- Re: sFTP Connection - Gareth, 2014-12-09, 12:34
- Re: sFTP Connection - wodSupport, 2014-12-09, 14:43
- Re: sFTP Connection - Gareth, 2014-12-09, 16:08
- Re: sFTP Connection - wodSupport, 2014-12-09, 16:36
- Re: sFTP Connection - Gareth, 2014-12-09, 16:08
- Re: sFTP Connection - wodSupport, 2014-12-09, 14:43
- Re: sFTP Connection - Gareth, 2014-12-09, 12:34
- Re: sFTP Connection - wodDamir, 2011-07-31, 13:41
- Re: sFTP Connection - dhuangfu, 2011-07-31, 05:54
- Re: sFTP Connection - wodDamir, 2011-07-30, 21:43
- Re: sFTP Connection - dhuangfu, 2011-07-30, 20:28
- Re: sFTP Connection - wodDamir, 2011-07-30, 19:03
- Re: sFTP Connection - dhuangfu, 2011-07-30, 18:51
- Re: sFTP Connection - wodDamir, 2011-07-30, 16:15
- Re: sFTP Connection - dhuangfu, 2011-07-30, 13:15
- Re: sFTP Connection - wodDamir, 2011-07-30, 09:14
- Re: sFTP Connection - dhuangfu, 2011-07-30, 00:32
- Re: sFTP Connection - woddrazen, 2011-05-06, 09:04