1Net::SFTP::Util(3) User Contributed Perl Documentation Net::SFTP::Util(3)
2
3
4
6 Net::SFTP::Util - SFTP utility methods
7
9 use Net::SFTP::Util qw( sub_name );
10
12 Net::SFTP::Util provides a set of exportable utility functions used by
13 Net::SFTP libraries.
14
15 fx2txt($status)
16 Takes an integer status $status as an argument, and returns a
17 "friendly" textual message corresponding to that status. $status
18 should be one of the SSH2_FX_* constants (exported by
19 Net::SSH::Perl::Constants), perhaps returned from the SFTP server in a
20 SSH2_FXP_STATUS message.
21
23 Please see the Net::SFTP manpage for author, copyright, and license
24 information.
25
26
27
28perl v5.32.0 2020-07-28 Net::SFTP::Util(3)