How to pass a file from servicenow to sftp server

Debarpita
Tera Contributor

Hi All,

 

Kindly Suggest me a way how can i pass  a file from servicenow to sftp server without using Midserver or plugins?

1 ACCEPTED SOLUTION

Hello Debarpita,

To export a file from ServiceNow to SFTP server, you have to use export sets and midserver. 

 

Using servicenow export sets, you can export the data to mid server. In midserver, you can write a powershell script which can copy the file from midserver to 3rd party server.  This script can be invoked from servicenow using export sets and ecc queue.

 

Mark the comment as a correct answer and helpfuli f this has answered your question.

View solution in original post

8 REPLIES 8

Debarpita
Tera Contributor

 @asifnoor 

Hello Debarpita,

To export a file from ServiceNow to SFTP server, you have to use export sets and midserver. 

 

Using servicenow export sets, you can export the data to mid server. In midserver, you can write a powershell script which can copy the file from midserver to 3rd party server.  This script can be invoked from servicenow using export sets and ecc queue.

 

Mark the comment as a correct answer and helpfuli f this has answered your question.

Hi @asifnoor,

 

I have same requirement, We need to export the data to shared folder access.

 

Please let me know the steps to export data.

 

Thanks in advance.

 

Regards,

Nagendra S

IsmailA
Tera Contributor

Hi @Debarpita 

 

I have a same requirement like, can you share the process after load the file to mid server?, so that can be helpful for me.

 

Thanks in Advance