Skip to main content

Hello,

I want to use a FTPCaller to push a file on a SFTP server. It doesn't work on my Windows 10 PC, but on another PC it works fine. And on my computer, I can access to the SFTP server using Filezilla or Winscp.

 

I'm using FME workbench 2019.1.1.0 (20190801 - Build 19617 - WIN64) on Windows 10 version 1903.

 

I get the error :

"

FTPCaller (FTPFactory): FTP info:  Trying XXX.XXX.XXX.XXX:22...

FTPCaller (FTPFactory): FTP info: TCP_NODELAY set

FTPCaller (FTPFactory): FTP info: Connected to XXXXXXXXXXXX (XXX.XXX.XXX.XXX) port 22 (#0)

FTPCaller (FTPFactory): FTP info: Failure establishing ssh session: -43,

FTPCaller (FTPFactory): FTP info: Closing connection 0

FTPCaller (FTPFactory): HTTP/FTP transfer error: 'Failed initialization'

"

 

I join the full log of my workspace, with Debug option, if it helps.

@kukur​ 

On the system that it works, have you compared the log file?

I am assuming you are using the same workspace, the same version of FME Desktop, and that the computer is in the same network or data centre?

 

FYI: this is a very similar trail of logging:

https://github.com/curl/curl/issues/4041#issue-457711302 (not super helpful but might indicate a permission issue somewhere).

 


It's possible that this may be related to an issue that was recently fixed as well (FMEENGINE-61616). Could you try in build 19639 or newer to see if the issue is resolved?


It's possible that this may be related to an issue that was recently fixed as well (FMEENGINE-61616). Could you try in build 19639 or newer to see if the issue is resolved?

It seems to be that. I launched my job with FME 2019.2.3.1 (build 19643) and it worked perfectly.

 

Thanks.


Reply