in reply to Re^2: which version Net::SSh::Perl support multiplecmd calls
in thread which version Net::SSh::Perl support multiplecmd calls

Read the doc's. Recent versions all support it, but 1.23 is pretty old, at least early 2003. In fact I think since SSH2 support was added the module can support multi-commands. But you dont say how you want to use them or what you are doing. THe documentation from at least 1.24 has eben rather explicit about multiple commands per connection and how to use them, the comments on that are immedaitely followed by the section on the $ssh->shell() method.

jdtoronto

Replies are listed 'Best First'.
Re^4: which version Net::SSh::Perl support multiplecmd calls
by veeruch (Sexton) on Jul 19, 2006 at 18:10 UTC

    hi many thanks ...if iam downlodaing Net::SSH::Perl any version like 1.24---1.29 wroking .but showing keep on busy like this

    debugging last three stmts:
    Sending command: cd ls -lrt
    Requesting service exec on channel 1.
    channel 1: open confirm rwindow 0 rmax 32768
    after this busy..

    but 1.23_01 version it is wroking fine but not supporting multiple cmds in single channel... why this is happening...icouldn't understand