How to get files from FTP into ServiceNow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2021 12:22 AM
Hi,
Please help with methods that can be used to get files from FTP into ServiceNow. Should it be done via Mid Server or via script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2021 12:38 AM
Hi,
Mid Server would be required if ServiceNow is not able to directly connect to that FTP Server
below links should help you
Service-Now - FTP communication via MID server
https://www.servicenowguru.com/integration/scheduled-file-import-mid-server/
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2021 12:46 AM
Is it possible vis SFTP Step in IntegrationHub?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2021 01:32 AM
I haven't used the SFTP step in integration hub.
I believe it requires MID Server.
Please check blogs and docs
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2022 06:29 AM
Hi Ankur,
I'm working on a solution for importing CSV files from a ftp server (which may be behind the MID Server), I'm looking the best and quickiest solution.
I have a simple question : where the filename on ftp data source points to ? To a directory on a MID Server, or a directory on the FTP Server ?
Thanks for your help.