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

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^2: which version Net::SSh::Perl support multiplecmd calls

Replies are listed 'Best First'.
Re^3: which version Net::SSh::Perl support multiplecmd calls
by jdtoronto (Prior) on Jul 18, 2006 at 17:32 UTC
    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

      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