Net::SFTP::Util.3pm

Langue: en

Version: 2001-05-22 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Net::SFTP::Util - SFTP utility methods

SYNOPSIS

     use Net::SFTP::Util qw( sub_name );
 
 

DESCRIPTION

Net::SFTP::Util provides a set of exportable utility functions used by Net::SFTP libraries.

fx2txt($status)

Takes an integer status $status as an argument, and returns a ``friendly'' textual message corresponding to that status. $status should be one of the SSH2_FX_* constants (exported by Net::SSH::Perl::Constants), perhaps returned from the SFTP server in a SSH2_FXP_STATUS message.

AUTHOR & COPYRIGHTS

Please see the Net::SFTP manpage for author, copyright, and license information.