in reply to Re: Net::SFTP methods that return handles
in thread Net::SFTP methods that return handles

Ahead of you there ;-)

I contacted the author who said he no longer maintains it. He directed me to the mailing list. I posted there but there have been zero posts or responses all day. I guess it's a pretty slow mailing list -- all Perl/SSH talk.

I added more debug and have the SSH buffer being dumped to some degree. Now I need to find documentation on the protocol so I can try and interpret it. Haven't had time for that yet.

  • Comment on Re^2: Net::SFTP methods that return handles

Replies are listed 'Best First'.
Re^3: Net::SFTP methods that return handles
by tilly (Archbishop) on Oct 24, 2004 at 02:12 UTC
    Well here is a draft of the standard that the module refers to. That should describe the protocol.

      Thanks!