1Net::SFTP::Foreign::LocUasle(r3)Contributed Perl DocumenNteatt:i:oSnFTP::Foreign::Local(3)
2
3
4
6 Net::SFTP::Foreign::Local - access local file system through
7 Net::SFTP::Foreign API.
8
10 my $localfs = Net::SFTP::Foreign::Local->new;
11 my @find = $localfs->find('.', no_wanted => qr/(?:\/|^).svn/);
12
14 This module is a partial implementation of the Net::SFTP::Foreign
15 interface for the local filesystem.
16
17 The methods currently implemented are: "stat", "lstat", "ls" and
18 "find".
19
21 Copyright (c) 2006 Salvador FandiƱo.
22
23 All rights reserved. This program is free software; you can
24 redistribute it and/or modify it under the same terms as Perl itself.
25
26
27
28perl v5.28.0 2018-02-02 Net::SFTP::Foreign::Local(3)