
Net::SFTP::Util - SFTP utility methods

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

Net::SFTP::Util provides a set of exportable utility functions used by Net::SFTP libraries.
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.

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