SFTP Upload issue

I am tying to upload a file in SFTP path. But facing the below error.
image
image
FYI, All permissions are given to upload

Thanks in advance

Hi @jaydeepbhunia;
I’m using the following setup with out any problem,previous I’m getting the credentials and then I convert using the following value: new System.Net.NetworkCredential(string.Empty, in_Password).Password


image
image

new System.Net.NetworkCredential(string.Empty, in_Password).Password : This basically converts the Secure string to normal string and that password section only receives String.

One question, have you installed or configured any other driver or anything to use this SFTP session?

Hi @jaydeepbhunia, no I havent done and additional installation, I only have the following dependencies:
image