How to get files from FTP into ServiceNow

Community Alums
Not applicable

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?

8 REPLIES 8

Ankur Bawiskar
Tera Patron
Tera Patron

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

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Community Alums
Not applicable

Is it possible vis SFTP Step in IntegrationHub?

@Vineeth P V 

I haven't used the SFTP step in integration hub.

I believe it requires MID Server.

Please check blogs and docs

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

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.