The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.18 - 2007-11-10

  • Note version change: synced to libssh2. Should be compatible with libssh2 0.16+, including future versions provided API remains stable.
  • Documented Net::SSH2::version class method.
  • Removed references to LIBSSH2_APINO (removed in libssh2 0.16); fixes rt.cpan.org #28722.
  • Fixed memory leak in poll (rt.cpan.org #27368, based on patch from David Sullivan).
  • Fixed 0-valued POSIX flag translation bug (based on patch from Joseph Galbraith).
  • Check lib64 as well as lib for libraries (patch from Leo Eraly).
  • Add blocking method to Net::SSH2 object.

Modules

Support for the SSH 2 protocol via libssh2.
SSH 2 channel object
SSH 2 SFTP directory object
SSH 2 SFTP file object
SSH 2 listener object
SSH 2 public key object
SSH 2 Secure FTP object

Examples