Filesys-Virtual-SSH README


Filesys-Virtual-SSH documentation  | view source Contained in the Filesys-Virtual-SSH distribution.

Index


NAME

Top

Filesys::Virtual::SSH - remote execution Virtual Filesystem

SYNOPSIS

Top

 use Filesys::Virtual::SSH;
 my $fs = Filesys::Virtual::SSH->new({
     host      => 'localhost',
     cwd       => '/',
     root_path => '/',
     home_path => '/home',
 });
 my @files = $fs->list("/");

 # a deeply inneffecient equivalent to
 # my @files = `ls -a /`;
 # chomp @files;







DEPENDENCIES

Top

This module has external dependencies on the following modules:

 Filesys::Virtual
 Filesys::Virtual::Plain
 String::ShellQuote
 perl	5.006

INSTALLATION

Top

 perl Build.PL
 perl Build test

and if all goes well

 perl Build install

HISTORY

Top

What changed over the last 3 revisions

0.03 Wednesday 22nd June, 2005
	Made the open_write method actually open files on the remote server
	(Joel Bernstein)

	Ripped out the reference to rt.cpan.org (I don't actually use it)




0.02 Friday 30th April, 2004
	unstealthed the dependency on String::ShellQuote, fixed a docubug




0.01 Friday 30th April, 2004
	Initial CPAN release

AUTHOR

Top

Richard Clamp <richardc@unixbeard.net>

COPYRIGHT

Top

SEE ALSO

Top

Filesys::Virtual, POE::Component::Server::FTP


Filesys-Virtual-SSH documentation  | view source Contained in the Filesys-Virtual-SSH distribution.