Good Day
I am trying to send a csv file from Appian to an external sftp server.
I have setup the username and password in the 3rd Party Credentials and I added the plug-in to the allowed Plug-In list.
In my configuration of the SFTP object: i have the following for file transfer configs:
where server host name refers to the actual server name.
Remote host path:
Document to Send : pv!stockData ( where pv!stockData is of type document and is an output from the Export Data Entity to CSV :
Process model runs but I am receiving : FAILED and the error is "No Such File"
Please advise what I have done incorrectly.
Thanks
Discussion posts and replies are publicly visible
It seems configuration issue. The Remote Path should not include the hostname.
Here, pv!targetFolder is the folder on the remote host where need to upload files. Ex. /inbox/employeedata/
Yogi Patel said:The Remote Path should not include the hostname.
agreed - it should only include the path. Also, it seems like the leading "/" is optional.
Thank you Yogi Patel and Mike Schmitt
I have removed the hostname from the Remote Path and it now works