Net::SFTP::Server - Base class for writting SFTP servers


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

Index


NAME

Top

Net::SFTP::Server - Base class for writting SFTP servers

SYNOPSIS

Top

  use parent qw(Net::SFTP::Server);
  ...

DESCRIPTION

Top

This package provides a framework for implementing SFTP servers.

This is an early release without documentation. The API is very unstable yet.

Currently version 3 of the protocol as defined in http://www.openssh.org/txt/draft-ietf-secsh-filexfer-02.txt is supported, thought there are provisions for supporting later versions.

For and example of usage, see the source code for the companion module Net::SFTP::Server::FS and the script sftp-server-fs-perl implementing an standard SFTP server.

COPYRIGHT AND LICENSE

Top


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