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.*
--
--