Skip Menu |

This queue is for tickets about the Net-SSH-Any CPAN distribution.

Report information
The Basics
Id: 87416
Status: rejected
Priority: 0/
Queue: Net-SSH-Any

People
Owner: Nobody in particular
Requestors: hirani [...] pythian.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: bug
Date: Mon, 29 Jul 2013 14:38:53 -0400
To: bug-Net-SSH-Any [...] rt.cpan.org
From: Moez Hirani <hirani [...] pythian.com>
I could not execute command cd with Net::SSH::Any Its probably not an issue with the module itself .. but it really perplexes me... could you try to reproduce it ? my $ssh = Net::SSH::Any->new('hostname', user => 'user', password => 'pass'); $ssh->("cd /tmp/my-test"); print $ssh->capture2("ls -l"); print $ssh->capture2("pwd"); I am still at the same location i logged in as :( Thanks, -- *Moez Hirani.* -- --
Subject: Re: [rt.cpan.org #87416] bug
Date: Mon, 29 Jul 2013 11:45:40 -0700 (PDT)
To: "bug-Net-SSH-Any [...] rt.cpan.org" <bug-Net-SSH-Any [...] rt.cpan.org>
From: Salvador Fandino <sfandino [...] yahoo.com>
  Show quoted text
> I could not execute command cd with Net::SSH::Any > > Its probably not an issue with the module itself .. but it really perplexes > me... could you try to reproduce it ? >
Show quoted text
> I am still at the same location i logged in as :(
That's the expected behaviour. See the "Can't change working directory" entry on the Net::OpenSSH FAQ: https://metacpan.org/module/Net::OpenSSH#FAQ
Subject: Re: [rt.cpan.org #87416] bug
Date: Mon, 29 Jul 2013 14:49:31 -0400
To: bug-Net-SSH-Any [...] rt.cpan.org
From: Moez Hirani <hirani [...] pythian.com>
Thank you for the quick response ! Moez. On Mon, Jul 29, 2013 at 2:45 PM, Salvador \"Fandiño\" via RT < bug-Net-SSH-Any@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=87416 > > > >
> > I could not execute command cd with Net::SSH::Any > > > > Its probably not an issue with the module itself .. but it really
> perplexes
> > me... could you try to reproduce it ? > >
>
> > I am still at the same location i logged in as :(
> > That's the expected behaviour. > > See the "Can't change working directory" entry on the Net::OpenSSH FAQ: > https://metacpan.org/module/Net::OpenSSH#FAQ > >
-- *Moez Hirani* *Software Developer in Test (Co-Op)* *Pythian - Love your data* hirani@pythian.com | Linkedin : http://www.linkedin.com/in/moezh Office: +1 613 565 8696 x 1326 Mobile: +1 613 600 2284 www.pythian.com -- --