The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.09 - 2006-09-25

  • scp_get fixes: mode mask, truncate on create (Stephen Clouse).
  • Fix O_CREATE to O_CREAT in perldoc.
  • Fix typo: wait_close -> wait_closed (rt.cpan.org #20117).
  • Add example/ directory and read.pl example to manifest so that it gets included in the distribution (Danny Thomas).
  • Add Net::SSH2::debug class method to enable debugging output at runtime (used to require recompile to enable).
  • Have poll of empty array return 0 early to fix architectures that return 0 for malloc(0) (L. Adrian Griffis).
  • WARNING: latest libssh2 builds (0.13, 0.14) don't pass module tests any more; if you have problems try 0.12 or earlier.

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 Secure FTP object

Examples