Skip to main content
Solved

SystemCaller to call on a different system?

  • February 23, 2018
  • 2 replies
  • 42 views

Hello,

Is there any way to use SystemCaller to call on the terminal of a remote server?

We have FME server hosted on a computer. We have another program hosted on a Google virtual machine. It is a linux based machine and I run a couple of simple commands there. I would like to be able to do that using FME Server.

Thanks.

Best answer by fmelizard

Hi @fariyafarhad,

 

 

You might be able to write a batch script which calls Putty. I found this thread on this topic which might be of use. I'm not sure that you could directly use the SystemCaller on a remote machine.

 

Interesting idea though!
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

fmelizard
Safer
Forum|alt.badge.img+20
  • Safer
  • 3719 replies
  • Best Answer
  • February 23, 2018

Hi @fariyafarhad,

 

 

You might be able to write a batch script which calls Putty. I found this thread on this topic which might be of use. I'm not sure that you could directly use the SystemCaller on a remote machine.

 

Interesting idea though!

  • Author
  • 62 replies
  • February 28, 2018

Hi @fariyafarhad,

 

 

You might be able to write a batch script which calls Putty. I found this thread on this topic which might be of use. I'm not sure that you could directly use the SystemCaller on a remote machine.

 

Interesting idea though!
Hello @MattAtSafe thank you for your response. I had the opportunity to test this out today and it works. I actually found another thread that helped me with my task a bit more. The link is below for future reference. Thank you for guiding me in the right direction :)

 

Link