Help on running other host program

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajiv07
    New Member
    • Jun 2007
    • 141

    Help on running other host program

    Hi Expert,

    I want run a perl script which is reside in some other server.

    suppose execute.pl has reside in server1.com and i am in server2.com now i want to run the execute.pl from server2.com is any idea please.

    Thank in advance.
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    Originally posted by rajiv07
    Hi Expert,

    I want run a perl script which is reside in some other server.

    suppose execute.pl has reside in server1.com and i am in server2.com now i want to run the execute.pl from server2.com is any idea please.

    Thank in advance.
    Well, are the machines on the same local network? If not, where are they in relation to one another. Do you have access to both machines?

    Regards,

    Jeff

    Comment

    • rajiv07
      New Member
      • Jun 2007
      • 141

      #3
      Thanks for your reply,
      I have permission to access the server.Just i want to execute the script from
      another server.

      Comment

      • numberwhun
        Recognized Expert Moderator Specialist
        • May 2007
        • 3467

        #4
        Originally posted by rajiv07
        Thanks for your reply,
        I have permission to access the server.Just i want to execute the script from
        another server.
        Well, I would think that you would have to be connected to the server that the script is on, either via a mapped drive or a connection like Telnet or SSH.

        Regards,

        Jeff

        Comment

        Working...