steves has asked for the wisdom of the Perl Monks concerning the following question:
I'm using Net::SFTP and it seems to work fine for the simple things. However, any methods that return handles (e.g., do_open, do_opendir) always return undef with no error messages. When I add debug, I see each one getting an ID but the internal get_handle call that converts the IDs to handles returns nothing. That's as far as I've gone so far. Any ideas? This is an SSH2 environment.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::SFTP methods that return handles
by tilly (Archbishop) on Oct 24, 2004 at 02:03 UTC | |
by steves (Curate) on Oct 24, 2004 at 02:08 UTC | |
by tilly (Archbishop) on Oct 24, 2004 at 02:12 UTC | |
by steves (Curate) on Oct 24, 2004 at 04:14 UTC | |
|
Re: Net::SFTP methods that return handles
by steves (Curate) on Oct 25, 2004 at 13:09 UTC |