Net::SSH2::Dir - SSH 2 SFTP directory object


Net-SSH2 documentation Contained in the Net-SSH2 distribution.

Index


Code Index:

NAME

Top

Net::SSH2::Dir - SSH 2 SFTP directory object

DESCRIPTION

Top

An SFTP file object is created by the Net::SSH2::SFTP opendir method.

read

Returns a hash (hashref in scalar context); keys are name and those returned by Net::SSH2::SFTP::stat; returns empty list or undef if no more files.

SEE ALSO

Top

Net::SSH2::SFTP.

AUTHOR

Top

David B. Robins, <dbrobins@cpan.org>

COPYRIGHT AND LICENSE

Top


Net-SSH2 documentation Contained in the Net-SSH2 distribution.

package Net::SSH2::Dir;

use strict;
use warnings;
use Carp;

# methods


1;
__END__