Source: libnet-sftp-sftpserver-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 X2Go Packaging Team <pkg-x2go-devel@lists.alioth.debian.org>,
 Mike Gabriel <sunweaver@debian.org>,
Build-Depends:
 debhelper (>= 8),
 cdbs,
 libstat-lsmode-perl,
 perl,
Standards-Version: 3.9.5
Homepage: http://search.cpan.org/dist/Net-SFTP-SftpServer/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-sftp-sftpserver-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-sftp-sftpserver-perl.git

Package: libnet-sftp-sftpserver-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libstat-lsmode-perl,
 perl,
Suggests:
 libbsd-resource-perl,
Description: Secure File Transfer Protocol Server
 A Perl port of sftp-server from openSSH providing access control on a per
 user and per command basis with improved logging via syslog.
 .
 The limitations compared with the openSSH implementation are as follows:
 .
   - Only files and directories are dealt with - other inode types are not
     returned on readdir.
   - A virtual chroot is performed - / (rootfs) is treated as the users home
     directory from the client perspective and all file access to / will
     be in /<home_path>/<username>. The <home_path> is defined on object
     initialisation, it is not obtained from /etc/passwd.
   - All symlinked files or directories can be hidden and made inaccessible on
     request. Symlink returns "permission denied" then, readlink returns "file
     does not exist".
   - Setting of stats (set_stat or set_fstat) is disabled - the client will
     receive permission denied.
   - Permissions for files and dirs are defaulted - the defaults are set on
     object initialisation.
