> Hi,
> 
> I have a perl script that usually accepts a byte stream as it's input.
> This perl script then returns a byte stream whcih is read into a
> seperate program.
> 
> I am trying to remove a legacy process that was using perl / rsh to
> call this 'server side' perl script by using...
> 
> cat "myfile" | path_to_myperl_script
> 
> My replacement choice was a remote call using Jsch. The remote
> execution method seems to work ok as I have tested it with other
> commands (ls | pwd) and it returns the program output ok. When I test
> against the perl script the program hangs on the call.
> 
> Thanks for any help that could be provided.
> 
> 
> 
> 
> 

 
--------------------------------------------------------------------------
This email with all information contained herein or attached hereto may contain 
confidential and/or privileged information intended for the addressee(s) only. 
If you have received this email in error, please contact the sender and 
immediately delete this email in its entirety and any attachments thereto.
(W1)

 
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
JSch-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to