Re: net::sftp ls() error

2010-07-12 Thread Matthew Tice
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

net::sftp ls() error

2010-07-09 Thread mtice
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