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

NAME

Net::SFTP::Foreign::Util - SFTP::Foreign utility methods

SYNOPSIS

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

DESCRIPTION

Net::SFTP::Foreign::Util provides a set of exportable utility functions used by Net::SFTP::Foreign 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::Foreign server in a SSH2_FXP_STATUS message.

AUTHOR & COPYRIGHTS

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