Net::SFTP::Server::FS - SFTP server that uses the file system for storage


Net-SFTP-Server documentation  | view source Contained in the Net-SFTP-Server distribution.

Index


NAME

Top

Net::SFTP::Server::FS - SFTP server that uses the file system for storage

SYNOPSIS

Top

  use Net::SFTP::Server::FS;

  my $server = Net::SFTP::Server::FS->new(timeout => 15);
  $server->run;

DESCRIPTION

Top

This module implements an standard SFTP server that uses the file system for storage.

All the operations described on the protocol draft version 3 are supported.

Also, this module serves as an example of how to develop an SFTP server on top of Net::SFTP::Server, just read its source code!

BUGS AND SUPPORT

Top

This is an early release that may contain lots of bugs... report them, please!

SEE ALSO

Top

Net::SFTP::Server and the companion script sftp-server-fs-perl(8).

COPYRIGHT AND LICENSE

Top


Net-SFTP-Server documentation  | view source Contained in the Net-SFTP-Server distribution.