in reply to Re^3: Running an executable on a Unix machine from a Windows machine.
in thread Running an executable on a Unix machine from a Windows machine.

Its alright I think I should have explained it more clearly.

I have a Linux executable in a Windows machine.
  • Comment on Re^4: Running an executable on a Unix machine from a Windows machine.

Replies are listed 'Best First'.
Re^5: Running an executable on a Unix machine from a Windows machine.
by cdarke (Prior) on Feb 11, 2010 at 09:08 UTC
    Then you will have to transfer the Linux binary executable to Linux, either physically or make it available on a shared drive using, say, Samba.

      I can also use SCP for that.

      Which is the module for that ?

      Net::SCP OR Expect ?