net::sftp::foreign::local(3pm) debian man page | unix.com

Man Page: net::sftp::foreign::local

Operating Environment: debian

Section: 3pm

Net::SFTP::Foreign::Local(3pm)				User Contributed Perl Documentation			    Net::SFTP::Foreign::Local(3pm)

NAME
Net::SFTP::Foreign::Local - access local fs with 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 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)
Related Man Pages
net::jabber::loudmouth(3pm) - debian
net::ldap::control::managedsait(3pm) - debian
net::ldap::control::syncdone(3pm) - debian
net::sftp::foreign::attributes(3pm) - debian
net::sftp::foreign::constants(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
How to copy a column of multiple files and paste into new excel file (next to column)?