logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Net::SFTP::Foreign::Local - access local file system through Net::SFTP::Foreign API.

Description

       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".

Name

       Net::SFTP::Foreign::Local - access local file system through Net::SFTP::Foreign API.

Synopsis

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

See Also