in reply to Re^2: Net::SFTP issue -- uninitialized value in Net/SSH/Perl
in thread Net::SFTP issue -- uninitialized value in Net/SSH/Perl
However, with the problem connection I get the following:
snapple: Requesting channel_open for channel 1.
snapple: channel 0: rcvd eof
snapple: channel 0: output open -> drain
snapple: channel 0: rcvd close
snapple: channel 0: input open -> closed
snapple: channel 0: close_read
snapple: channel 0: obuf empty
snapple: channel 0: output drain -> closed
snapple: channel 0: close_write
snapple: channel 0: send close
snapple: channel 0: full closed
snapple: sftp: Sending SSH2_FXP_INIT
Use of uninitialized value in numeric gt (>) at D:/Perl/site/lib/Net/SSH/Perl/Channel.pm line 82.
Use of uninitialized value in pack at D:/Perl/site/lib/Net/SSH/Perl/Buffer.pm line 105.
Not too sure what that suggests but is it possible that the channel 1 open is somehow interfering with channel 0?
Thanks.
dcoleman
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Net::SFTP issue -- uninitialized value in Net/SSH/Perl
by Anonymous Monk on Dec 03, 2007 at 22:43 UTC | |
|
Re^4: Net::SFTP issue -- uninitialized value in Net/SSH/Perl
by HiUCImOn (Initiate) on May 07, 2008 at 18:50 UTC | |
by gsp (Initiate) on Apr 13, 2014 at 18:12 UTC | |
|
Re^4: Net::SFTP issue -- uninitialized value in Net/SSH/Perl
by Anonymous Monk on May 07, 2008 at 14:16 UTC |