Re: How to transfer an attachment via SFTP in remedy?

2017-06-20 Thread Abhishek Anand
Its not working for remote location and even not asking for the credentials. ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

Re: How to transfer an attachment via SFTP in remedy?

2017-06-20 Thread Grooms, Frederick W
As long as you have rights it should be xcopy "C:\Users\630386\Desktop\test\*txt" "\\10.215.133.50\opt\workorder\" /d Fred -Original Message- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Abhishek Anand Sent: Tuesday, June 20,

Re: How to transfer an attachment via SFTP in remedy?

2017-06-20 Thread Abhishek Anand
I got the command to transfer the file from one location to another in a local system. But unable to perform it for remote system. For local system - xcopy "C:\Users\630386\Desktop\test\*txt" "10.215.133.50/opt/workorder/" /d Please could you suggest for the file transfer on to the remote

Re: How to transfer an attachment via SFTP in remedy?

2017-06-19 Thread Abhi$hek
Please suggest the feasible option only using Atrium Integrator. Regards, AA On 19-Jun-2017 12:18 PM, "Ali A. Musa" wrote: > Dear: > Just install Cygwin and you can start the SSH Daemon that enable SFTP > > > > Thanks & Regards > > Ali A. Musa > RTTS Operations Support > >

Re: How to transfer an attachment via SFTP in remedy?

2017-06-19 Thread Ali A. Musa
Dear: Just install Cygwin and you can start the SSH Daemon that enable SFTP   Thanks & Regards Ali A. Musa RTTS Operations Support Tel: +966114525539 Mobile: +966550570742 Email: amus...@stc.com.sa er       stc.com.sa   -Original Message- From: Action Request System

Re: How to transfer an attachment via SFTP in remedy?

2017-06-15 Thread mchand...@gmail.com
Atrium Integrator would be another option. Thanks, Mahesh Sent from my iPhone > On Jun 15, 2017, at 3:54 AM, Abhishek Anand wrote: > > Hi Experts, > > I am working on one requirement in which i am supposed to SFTP > attachments/files to another sever. I am looking

Re: How to transfer an attachment via SFTP in remedy?

2017-06-15 Thread Sam Kumar
Abhishek, here is what i have done recently to sync remote ftp directory with logs. 1) use winscp to configure the SFTP folder. 2) create winscp script to upload/download or sync folders. 3) create a BAT file that call the script . finally you can call the bat file from a run process

Re: How to transfer an attachment via SFTP in remedy?

2017-06-15 Thread Abhishek Anand
Thanks for the response. Please could you guide me with the steps for how to transfer a file/report(excel/csv) via SFTP from one server to another & all on windows. Please suggest the most feasible approach. Early response will be highly appreciated. Cheers, Abhi.

Re: How to transfer an attachment via SFTP in remedy?

2017-06-15 Thread Thomas Miskiewicz
Abhi The Run Process action gives you access to the command line. Go figure out which command does the trick on the command line, then put it into a Run Process (Run Process inside a Set Fields please as it will wait for the transfer to finish before the workflow continues) and enjoy.

How to transfer an attachment via SFTP in remedy?

2017-06-15 Thread Abhishek Anand
Hi Experts, I am working on one requirement in which i am supposed to SFTP attachments/files to another sever. I am looking forward for options by which i can do the same from ARS Remedy 8.1 (Win). Any suggestion is highly appreciated . Thanks & Regards, Abhi.