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

Changes for version 1.00

  • some other options when connecting in both Foreign and SSH2. SSH2: Fixed call to auth_* on connect (new() - create connection) - new() was not always calling the right auth_* with proper arguments. Added $ftp->method() method to allow for easier calling of module- specific methods in all supported protocols. Misc. cleanups / fixes. OpenSSH: Fixed bug in change working directory (cwd) function's causing it to fail and not preserve the new "current working directory". OpenSSH: Fix error handling. OpenSSH: Replace obsolete "defined(@hash) and defined(@array) with proper "@hash" and "@array" respectively, checked that this was not in any other modules.

Modules

Common wrapper functions for use with either Net::FTP, Net::SFTP, Net::FSP, Net::FTPSSL, Net::OpenSSH, Net:SSH2, and Net::SFTP::Foreign.

Provides

in lib/Net/xFTP_FSP.pm
in lib/Net/xFTP_FTP.pm
in lib/Net/xFTP_FTPSSL.pm
in lib/Net/xFTP_Foreign.pm
in lib/Net/xFTP_LOCAL.pm
in lib/Net/xFTP_OpenSSH.pm
in lib/Net/xFTP_SFTP.pm
in lib/Net/xFTP_SSH2.pm