On Fri, Jul 9, 2010 at 10:42 AM, mtice wrote:
> Hello, I'm trying to perform an ls() on a remote nested directory using
> the Net::SFTP module. It's throwing back a strange error. If I do an ls()
> at the root dir everything comes back fine - it's just the nested dir that
> has an issue.
>
> H
Hello, I'm trying to perform an ls() on a remote nested directory
using the Net::SFTP module. It's throwing back a strange error. If I
do an ls() at the root dir everything comes back fine - it's just the
nested dir that has an issue.
Here is my code:
#!/usr/bin/perl
use Net::SFTP;
use