Net::SFTP::Foreign::Local - access local fs with Net::SFTP::Foreign API.


Net-SFTP-Foreign documentation  | view source Contained in the Net-SFTP-Foreign distribution.

Index


NAME

Top

Net::SFTP::Foreign::Local - access local fs with Net::SFTP::Foreign API.

SYNOPSIS

Top

    my $localfs = Net::SFTP::Foreign::Local->new;
    my @find = $localfs->find('.', no_wanted => qr/(?:\/|^).svn/);

DESCRIPTION

Top

This module is a partial implementation of the Net::SFTP::Foreign interface for the local filesystem.

The methods currently implemented are: stat, lstat, ls and find.

COPYRIGHT

Top


Net-SFTP-Foreign documentation  | view source Contained in the Net-SFTP-Foreign distribution.