Search results for "module:Net::SFTP::Foreign"
Net::SFTP::Foreign - SSH File Transfer Protocol client
SFTP 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.93 - 19 Jan 2021 09:00:43 UTC
Net::SFTP::Foreign::Local - access local file system through Net::SFTP::Foreign API.
This 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.93 - 19 Jan 2021 09:00:43 UTC
Net::SFTP::Foreign::Compat - Adapter for Net::SFTP compatibility
This 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.93 - 19 Jan 2021 09:00:43 UTC
Net::SFTP::Foreign::Buffer - Read/write buffer class
*Net::SFTP::Foreign::Buffer* provides read/write buffer functionality for SFTP....
SALVA/Net-SFTP-Foreign-1.93 - 19 Jan 2021 09:00:43 UTC
Net::SFTP::Foreign::Constants - Constant definitions for Net::SFTP::Foreign
Net::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.93 - 19 Jan 2021 09:00:43 UTC
Net::SFTP::Foreign::Attributes - File/directory attribute container
*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.93 - 19 Jan 2021 09:00:43 UTC
Net::SFTP::Foreign::Tempdir::Extract - Secure FTP client integrating Path::Class, Tempdir, and Archive Extraction
Secure FTP client which downloads files locally to a temp directory for operations and automatically cleans up all temp files after variables are out of scope. This package assume SSH keys are correctly installed on local account and remote server....
MRDVT/Net-SFTP-Foreign-Tempdir-Extract-0.18 - 13 Jul 2021 18:18:51 UTC
Net::SFTP::Foreign::Backend::Net_SSH2 - Run Net::SFTP::Foreign on top of Net::SSH2
This module implements a Net::SFTP::Foreign backend that uses Net::SSH2 as the SSH transport layer. To use it, include the argument "backend => 'Net_SSH2'" when calling Net::SFTP::Foreign constructor. The constructor will them accept the following op...
SALVA/Net-SFTP-Foreign-Backend-Net_SSH2-0.11 - 30 Aug 2020 08:27:56 UTC
Net::SFTP::Foreign::Attributes::Compat - adapter for Net::SFTP::Attributes compatibility
This module provides a wrapper for Net::SFTP::Foreign::Attributes exposing an API compatible to Net::SFTP::Attributes....
SALVA/Net-SFTP-Foreign-1.93 - 19 Jan 2021 09:00:43 UTC
Net::SFTP::Foreign::Tempdir::Extract::File - Path::Class::File with an extract method
Net::SFTP::Foreign::Tempdir::Extract::File is a convince wrapper around Path::Class, Archive::Extract and File::Tempdir...
MRDVT/Net-SFTP-Foreign-Tempdir-Extract-0.18 - 13 Jul 2021 18:18:51 UTC
Net::xFTP - Common wrapper functions for use with either Net::FTP, Net::SFTP, Net::FSP, Net::FTPSSL, Net::OpenSSH, Net:SSH2, and Net::SFTP::Foreign.
"Net::xFTP" is a wrapper class to combine common functions of (currently) Net::FTP, Net::SFTP, Net::FSP, Net::FTPSSL, Net::OpenSSH, Net:SSH2, and Net::SFTP::Foreign into a single set of functions allowing one to switch seemlessly between the two with...
TURNERJW/Net-xFTP-1.02 - 04 Sep 2021 02:00:53 UTC
Net::SSH2::File - SSH2 SFTP file object
An SFTP file object is created by the Net::SSH2::SFTP "open" method. read ( buffer, size ) Read size bytes from the file into a given buffer. Returns number of bytes read, or undef on failure. write ( buffer ) Write buffer to the remote file. The "li...
RKITOVER/Net-SSH2-0.73 - 03 Aug 2022 16:10:45 UTC
Net::SCP - Perl extension for secure copy protocol
Simple wrappers around ssh and scp commands....
IVAN/Net-SCP-0.08.reprise - 09 Aug 2016 18:42:48 UTC
Net::SSH2 - Support for the SSH 2 protocol via libssh2.
Net::SSH2 is a Perl interface to the libssh2 (<http://www.libssh2.org>) library. It supports the SSH2 protocol (there is no support for SSH1) with all of the key exchanges, ciphers, and compression of libssh2. Even if the module can be compiled and l...
RKITOVER/Net-SSH2-0.73 - 03 Aug 2022 16:10:45 UTC
Net::OpenSSH - Perl SSH client package implemented on top of OpenSSH
Net::OpenSSH is a secure shell client package implemented on top of OpenSSH binary client ("ssh"). Under the hood This package is implemented around the multiplexing feature found in later versions of OpenSSH. That feature allows one to run several s...
SALVA/Net-OpenSSH-0.84 - 02 Jul 2023 18:04:50 UTC
Net::SSH::Any - SSH client module
************************************************************** *** *** *** NOTE: This is an early release that may contain bugs. *** *** The API is not stable and may change between releases. *** *** *** *** Also, the module tests are quite aggresive...
SALVA/Net-SSH-Any-0.10 - 13 Jun 2016 15:48:05 UTC