SFTP Download error

What product/components do you use and which version/fix level?

webMethods io

Are you using a free trial or a product with a customer license?

Productions Version 10.11.0.051221

What are trying to achieve? Please describe in detail.

This is my first step in production environment and I am simply going to Download a file from our own SFTP using SFTP Download. when testing flow with Get a List of files and folders, and this give me the output with right information in type 0. I pickup this information in SFTP Download and when testing it - it says No such filename". I see now that the type is not 0 but a dash. I expected this to be 0.

Do you get any error messages? Please provide a full error message screenshot and log file.

No Such File exist

Hello Tormod,

Can you add one logger step between these two steps and map the output of logger to SFTP download operation and check what happens ?

Please share the screenshot of the action step if not resolved.

HTH
Bharath

Hello Bharath, I did the same test in FTP and works fine, but SFTP gives this output from List Files and Folders.
‘’’
{

“list”:[

0:{

“type”:

“-”

“name”:

“eksport_asch_2021-11.xml”

“size”:

476522

“modifyTime”:

“2021-12-20T22:49:51.000Z”

“accessTime”:

“2022-01-12T08:17:41.000Z”

“rights”:{

“user”:

“”

“group”:

“”

“other”:

“”

}

}

1:{

“type”:

“d”

“name”:

“Oversendte Filer”

“size”:

0

“modifyTime”:

“2022-01-12T12:53:47.000Z”

“accessTime”:

“2022-01-12T12:53:47.000Z”

“rights”:{

“user”:

“group”:

“other”:

The logger between List Files and Folders seems to give me sensible data.

“logs”:[

0

:

“eksport_asch_2021-11.xml”

And the input to SFTP Dowanload seems also to give expected values.

“connection”:

“{{$config.connection.uconne991cdf06bd7ee8995ec841ae1fecfc078d0a595.handle}}”

“_connection”:

“{{$config.connection.uconne991cdf06bd7ee8995ec841ae1fecfc078d0a595}}”

“remoteFilePath”:

“/Brettboka/INNDATA_BRETTBOKA/Backup/”

“localPath”:

“eksport_asch_2021-11.xml”

“error”:

“No Such File exist”

THis is probably a stipid wuestion, but can it have something to do with On Prem agent ? We have not that installed yet.

Kind Regards
Tormod

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.