In the post I highlight how you can use these built-in VBO's to configure a command line ftp call.
Utility - File Management VBO - this is an excellent workhorse of utilities, providing actions to handle all sorts of local file and directory management.
Utility - Environment VBO - provides utilities actions for interacting with the environment - read screen resolution, determine OS type, etc.
I'd make a simple VBO with SSH.NET library. MIT licensed. Upload seems to be about 10 lines of code. You would have to install something on the worker either way.
I believe the underlying SSH.NET library, used by the VBO, requires key files to be in PEM format. If you search Google you'll find multiple articles that discuss converting an existing PPK format key file into a PEM format key file.
Cheers,
------------------------------ Eric Wilson Director, Integrations and Enablement Blue Prism Digital Exchange ------------------------------
Yes I converted PPK to PEM format. Now the login is successful. I am trying "Download File" action. But I am getting "Access Denied" to download the file to my local machine. However with the same user and credentials I am able to download and upload file on to my local via WinScp.
I am receiving the same error when I download a file using SSH.NET VBO. Were you able to resolve this issue? I can delete and get the list files from SFTP, but I cannot download the file.
I believe the "Access Denied" error is related to Blue Prism not being able to write files to the specified local folder. Have you verified that the digital worker has write permissions on the folder? If you're running into this problem while running the process in Debug mode you would want to verify that your user account has proper permissions on the folder.
Cheers,
------------------------------ Eric Wilson Director, Integrations and Enablement Blue Prism Digital Exchange ------------------------------