Manpage logo

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

NAME  SYNOPSIS  DESCRIPTION  COPYRIGHT 

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/);

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

COPYRIGHT

Copyright (c) 2006 Salvador Fandiño.

All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


Updated 2026-06-01 - jenkler.se | uex.se