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

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.