Upload To SFTP Error

I am getting the following error message when trying to upload to the SFTP:

Name: Error running step Upload by SFTP 1[PutFileBySFtp] in flow [Upload SFTP]: error uploading file 'Test.pdf' (43.67 KB) to '/Documents/Decisions_Documents'
                Exception Message: Error running step Upload by SFTP 1[PutFileBySFtp] in flow [upload sftp]: error uploading file 'Test.pdf' (43.67 KB) to '/Documents/Decisions_Documents'   

Comments

  • This is occurring because the file name is not appended to the file path where you are wanting to upload this file to. The path should look something like /folder1/subfolder2/filename.txt. In your case, it should be /Documents/Decisions_Documents/Test.pdf.

Sign In or Register to comment.