Search results for "module:Net::SFTP::Foreign"

Net::SFTP::Foreign - SSH File Transfer Protocol client River stage two • 13 direct dependents • 14 total dependents

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. River stage two • 13 direct dependents • 14 total dependents

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 River stage two • 13 direct dependents • 14 total dependents

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 River stage two • 13 direct dependents • 14 total dependents

*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 River stage two • 13 direct dependents • 14 total dependents

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 River stage two • 13 direct dependents • 14 total dependents

*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 River stage zero No dependents

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 River stage zero No dependents

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 River stage two • 13 direct dependents • 14 total dependents

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

lib/Net/SFTP/Foreign/Helpers.pm River stage two • 13 direct dependents • 14 total dependents

SALVA/Net-SFTP-Foreign-1.93 - 19 Jan 2021 09:00:43 UTC

lib/Net/SFTP/Foreign/Common.pm River stage two • 13 direct dependents • 14 total dependents

SALVA/Net-SFTP-Foreign-1.93 - 19 Jan 2021 09:00:43 UTC

lib/Net/SFTP/Foreign/Backend/Unix.pm River stage two • 13 direct dependents • 14 total dependents

SALVA/Net-SFTP-Foreign-1.93 - 19 Jan 2021 09:00:43 UTC

lib/Net/SFTP/Foreign/Backend/Windows.pm River stage two • 13 direct dependents • 14 total dependents

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 River stage zero No dependents

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. River stage zero No dependents

"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 River stage one • 6 direct dependents • 6 total dependents

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 River stage one • 3 direct dependents • 8 total dependents

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. River stage one • 6 direct dependents • 6 total dependents

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 River stage two • 29 direct dependents • 43 total dependents

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 River stage zero No dependents

************************************************************** *** *** *** 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
22 results (0.046 seconds)