Blue Prism supports FTP and SFTP ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-03-18 04:35 PM
Hi Team,
Does Blue Prism supports FTP and SFTP?
If so how can we do it.
Please share related documents too.
Many thanks in advance.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-03-18 06:06 PM
It's not natively supported but you can do it with a code stage. FTP is easy enough because it's part of the .Net framework, but SFTP requires additional libraries.
https://portal.blueprism.com/forums/technical-queries/general/ftp
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-03-18 03:18 PM
Simply create an object to operate an FTP client?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-03-18 10:01 AM
thnx
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-04-19 08:34 PM
If your intent is to use SFTP you can use external open source like WINSCP. WINSCP comes with standalone exe and dll that can be referenced and used in your vb or C# code stage.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-06-19 02:32 PM
Hi,
I you have managed to use the WinSCP DLL file from a basic WinSCP installation (like they would do on a customer server), could you share the details on how you add it to Blue Prism?
I have only seen solutions where the DLL needs to be copied to Blue Prism's folder (which requires admin rights) or it needs to be installed in GAC, which also has special requirements and isn't recommended for production use. It would be ideal to just include the DLL from its default installation directory and use it in C#. Thank you!
------------------------------
Jukka Salovaara
Solutions consultant
Digital Workforce Services Oy
Europe/Helsinki
------------------------------
I you have managed to use the WinSCP DLL file from a basic WinSCP installation (like they would do on a customer server), could you share the details on how you add it to Blue Prism?
I have only seen solutions where the DLL needs to be copied to Blue Prism's folder (which requires admin rights) or it needs to be installed in GAC, which also has special requirements and isn't recommended for production use. It would be ideal to just include the DLL from its default installation directory and use it in C#. Thank you!
------------------------------
Jukka Salovaara
Solutions consultant
Digital Workforce Services Oy
Europe/Helsinki
------------------------------
