Retrieve encrypted file from SFTP server and bring to Servicenow mid server.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
I want to retrieve an encrypted file from SFTP server and take it to mid server for decryption. I am not allowed to use any open source tool.
Please do help me on this.
Thank You,
Nandini
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
You can retrieve the file directly to the MID Server using native ServiceNow features:
- IntegrationHub SFTP Spoke: Use the SFTP Spoke's Copy File to MID Server action in Flow Designer. This action allows you to pull a file from a remote server and store it in a local directory on your MID Server host.
- Credentials: Configure your SFTP Credentials ( https://www.servicenow.com/docs/r/zurich/platform-security/connections-and-credentials/credentials-c...) in the ServiceNow instance, which the MID Server will use to authenticate with the remote host
Also, go through this blog: Go Through This blog: Implementing PGP Encryption in ServiceNow for Secure PII/HRSD Data Exports
