Query: net::sftp::foreign::local
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Net::SFTP::Foreign::Local(3pm) User Contributed Perl Documentation Net::SFTP::Foreign::Local(3pm)NAMENet::SFTP::Foreign::Local - access local fs with Net::SFTP::Foreign API.SYNOPSISmy $localfs = Net::SFTP::Foreign::Local->new; my @find = $localfs->find('.', no_wanted => qr/(?:/|^).svn/);DESCRIPTIONThis 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".COPYRIGHTCopyright (c) 2006 Salvador Fandin~o. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2010-05-26 Net::SFTP::Foreign::Local(3pm)