SFTP Download file specific path

0
Hi,   I am trying to download a file from the SFTP server. I know the path and the name of the file so I create  the following microflow:          The NewRemoteFile is created as follows:     The Path and Name are directly taken from the view when you explore the server.     However I am not getting the file, what is going wrong?
asked
1 answers
0

No need to escape the slash '/'

so '/Masterdata' will do.

 

You maybe have to create the filedocument first and pass it.

answered