File upload to SFTP from Blue Prism

Sanjoy

New Member
I would like to upload file to SFTP server path from Blue Prism code stage by using SSH.Net (Renci.SshNet.dll \SshNet.Security.Cryptography.dll). But I am getting the following error message once I run the code :

Internal : Could not execute code stage because exception thrown by code stage: Could not load file or assembly 'Renci.SshNet, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106' or one of its dependencies. The system cannot find the file specified.


Both the files are present under the Blue Prism program folder along with other DLLs. Can anyone help me to fix this issue?
 
Top