*Net::SFTP* is a pure-Perl implementation of the Secure File Transfer Protocol (SFTP) - file transfer built on top of the SSH2 protocol. *Net::SFTP* uses *Net::SSH::Perl* to build a secure, encrypted tunnel through which files can be transferred and ...
LKINLEY/Net-SFTP-0.12 - 27 Jun 2017 21:58:55 UTC*Net::SFTP::Util* provides a set of exportable utility functions used by *Net::SFTP* libraries. fx2txt($status) Takes an integer status *$status* as an argument, and returns a "friendly" textual message corresponding to that status. *$status* should ...
LKINLEY/Net-SFTP-0.12 - 27 Jun 2017 21:58:55 UTCAn SFTP object is created by the Net::SSH2 "sftp" method. error Returns the last SFTP error (one of the LIBSSH2_FX_* constants). Use this when Net::SSH2::error returns LIBSSH2_ERROR_SFTP_PROTOCOL. In list context, returns (code, error name). die_with...
RKITOVER/Net-SSH2-0.71 - 10 Apr 2020 23:00:23 UTC*Net::SFTP::Buffer* inherits from *Net::SSH::Perl::Buffer* to provide read/write buffer functionality for SSH. SFTP buffers are exactly the same as SSH buffers, with a couple of additions: * 64-bit integers SFTP requires the use of 64-bit integers to...
LKINLEY/Net-SFTP-0.12 - 27 Jun 2017 21:58:55 UTCThis 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....
SALVA/Net-SFTP-Server-0.03 - 19 Dec 2011 08:52:44 UTCSFTP stands for SSH File Transfer Protocol and is a method of transferring files between machines over a secure, encrypted connection (as opposed to regular FTP, which functions over an insecure connection). The security in SFTP comes through its int...
SALVA/Net-SFTP-Foreign-1.91 - 24 Jun 2020 18:11:43 UTCThis class contains methods to transfer files recursively and securely using Net::SFTP and Net::SSH::Perl. *Net::SFTP* is a pure-Perl implementation of the Secure File Transfer Protocol (SFTP)--file transfer built on top of the SSH protocol. *Net::SF...
GEOTIGER/Net-SFTP-Recursive-0.12 - 13 Jul 2005 14:22:08 UTC*Net::SFTP::Constants* provides a list of exportable SFTP constants: for SFTP messages and commands, for file-open flags, for status messages, etc. Constants can be exported individually, or in sets identified by tag names. *Net::SFTP::Constants* pro...
LKINLEY/Net-SFTP-0.12 - 27 Jun 2017 21:58:55 UTCThis 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::S...
SALVA/Net-SFTP-Server-0.03 - 19 Dec 2011 08:52:44 UTC*Net::SFTP::Attributes* encapsulates file/directory attributes for *Net::SFTP*. It also provides serialization and deserialization methods to encode/decode attributes into *Net::SFTP::Buffer* objects....
LKINLEY/Net-SFTP-0.12 - 27 Jun 2017 21:58:55 UTCA Perl port of sftp-server from openssh providing access control on a per user per command basis and improved logging via syslog The limitations compared with the openssh implementation are as follows: * Only files and directories are dealt with - ot...
SIMM/Net-SFTP-SftpServer-1.1.0 - 12 Mar 2010 08:45:51 UTCThis 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"....
SALVA/Net-SFTP-Foreign-1.91 - 24 Jun 2020 18:11:43 UTC*Net::SFTP::Foreign::Buffer* provides read/write buffer functionality for SFTP....
SALVA/Net-SFTP-Foreign-1.91 - 24 Jun 2020 18:11:43 UTCThis package is a wrapper around Net::SFTP::Foreign that provides an API (mostly) compatible with that of Net::SFTP. Methods on this package are identical to those in Net::SFTP except that Net::SFTP::Foreign::Attributes::Compat objects have to be use...
SALVA/Net-SFTP-Foreign-1.91 - 24 Jun 2020 18:11:43 UTCNet::SFTP::Foreign::Constants provides a list of exportable SFTP constants: for SFTP messages and commands, for file-open flags, for status messages, etc. Constants can be exported individually, or in sets identified by tag names. Net::SFTP::Foreign:...
SALVA/Net-SFTP-Foreign-1.91 - 24 Jun 2020 18:11:43 UTC*Net::SFTP::Foreign::Attributes* encapsulates file/directory attributes for *Net::SFTP::Foreign*. It also provides serialization and deserialization methods to encode/decode attributes into *Net::SFTP::Foreign::Buffer* objects....
SALVA/Net-SFTP-Foreign-1.91 - 24 Jun 2020 18:11:43 UTC