The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

Net::SSH2::SFTP - SSH 2 Secure FTP object River stage one • 6 direct dependents • 6 total dependents

An 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.73 - 03 Aug 2022 16:10:45 UTC

Net::OpenSSH::Compat::SSH2 - Net::OpenSSH adapter for Net::SSH2 API compatibility River stage zero No dependents

This module implements Net::SSH2 API on top of Net::OpenSSH. After the module is loaded as... use Net::OpenSSH::Compat::SSH2 qw(:supplant); it will supplant the Net::SSH2 module as if it was installed on the machine and use Net::OpenSSH under the hoo...

SALVA/Net-OpenSSH-Compat-0.09 - 18 May 2016 11:27:04 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

lib/Net/SSH/Any/Backend/Net_SSH2/SFTP.pm River stage zero No dependents

SALVA/Net-SSH-Any-0.10 - 13 Jun 2016 15:48:05 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::SSH2::Dir - SSH 2 SFTP directory object River stage one • 6 direct dependents • 6 total dependents

An SFTP file object is created by the Net::SSH2::SFTP "opendir" method. read Returns a hash (hashref in scalar context); keys are "name" and those returned by Net::SSH2::SFTP::stat; returns empty list or undef if no more files....

RKITOVER/Net-SSH2-0.73 - 03 Aug 2022 16:10:45 UTC

Net::uFTP - Universal interface for FTP-like modules (FTP, SFTP, SCP), in most cases Net::FTP compatible. River stage zero No dependents

This module provides common interface (Net::FTP compatible) to popular FTP-like protocols (for now: FTP, SFTP, SCP). Flexibility of this module allows to add plugins to support other protocols (suggestions and plugins are welcome ;) Currently "Net::u...

STRZELEC/Net-uFTP-0.161 - 19 Nov 2011 11:40:53 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::SFTP::Constants - Exportable SFTP constants River stage one • 1 direct dependent • 1 total dependent

*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 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::SFTP - Secure File Transfer Protocol client River stage one • 1 direct dependent • 1 total dependent

*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::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::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

Net::SSH::Perl - Perl client Interface to SSH River stage one • 9 direct dependents • 9 total dependents

*Net::SSH::Perl* is an all-Perl module implementing an SSH (Secure Shell) client. It is compatible with both the SSH-1 and SSH-2 protocols. *Net::SSH::Perl* enables you to simply and securely execute commands on remote machines, and receive the STDOU...

BDFOY/Net-SSH-Perl-2.142 - 07 Aug 2023 18:38:24 UTC

Net::SCP::Expect - Wrapper for scp that allows passwords via Expect. River stage one • 1 direct dependent • 1 total dependent

This module is simply a wrapper around the scp call. The primary difference between this module and *Net::SCP* is that you may send a password programmatically, instead of being forced to deal with interactive sessions....

RYBSKEJ/Net-SCP-Expect-0.16 - 06 Feb 2009 17:30:57 UTC

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::OpenSSH::Compat - Compatibility modules for Net::OpenSSH River stage zero No dependents

This package contains a set of adapter modules that run on top of Net::OpenSSH providing the APIs of other SSH modules available from CPAN. Currently, there are adapters available for Net::SSH2 and Net::SSH::Perl. Adapters for Net::SSH and Net::SFTP ...

SALVA/Net-OpenSSH-Compat-0.09 - 18 May 2016 11:27:04 UTC

POE::Component::Generic::Net::SSH2 - A POE component that provides non-blocking access to Net::SSH2 River stage one • 5 direct dependents • 5 total dependents

POE::Component::Generic::Net::SSH2 is a component for handling SSH2 connections from POE. It uses POE::Component::Generic to wrap Net::SSH2 into a non-blocking framework. This component demonstrates many tricks that you might find useful when you bui...

GWYN/POE-Component-Generic-0.1403 - 30 Nov 2012 19:55:56 UTC
19 results (0.053 seconds)