in reply to Advice on running perl program over ssh

I then sftp this script to the remote machine

sftp what the perl program or the shell script which your perl program generates ?


All is well
  • Comment on Re: Advice on running perl program over ssh

Replies are listed 'Best First'.
Re^2: Advice on running perl program over ssh
by marto (Cardinal) on Jul 15, 2014 at 07:28 UTC

    Isn't that exactly what they say they're doing?

    "I then sftp this script to the remote machine (an lsf) and i execute it there"

Re^2: Advice on running perl program over ssh
by Anonymous Monk on Jul 15, 2014 at 08:55 UTC

    Yes it's the generated script. Thanks.