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

Search results for "sftp"

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 - Search in distribution

Test::SFTP - An object to help test SFTPs River stage zero No dependents

Unlike most testing frameworks, *Test::SFTP* provides an object oriented interface. The reason is that it's simply easier to use an object than throw the login information as command arguments each time....

XSAWYERX/Test-SFTP-1.10 - 25 Oct 2011 19:26:35 UTC - Search in distribution

Sweet::SFTP River stage zero No dependents

FIBO/Sweet-Home-0.06 - 10 Jul 2015 17:34:34 UTC - Search in distribution
  • Sweet::Home - Dir, File, HomeDir, and other sweet classes

Libssh::Sftp - Support for sftp via libssh. River stage zero No dependents

"Libssh::Sftp" is a perl interface to the libssh (<http://www.libssh.org>) library. It doesn't support all the library. It's working in progress....

QGARNIER/Libssh-Session-0.8 - 09 Jul 2020 09:02:39 UTC - Search in distribution

IO::All::SFTP - use sftp from IO::All River stage zero No dependents

RSN/IO-All-SFTP-0.01 - 28 Jun 2009 05:47:40 UTC - Search in distribution

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 - Search in distribution

CTK::Plugin::SFTP - SFTP plugin River stage one • 1 direct dependent • 1 total dependent

SFTP plugin NOTE! For initialization SSH connection please run follow commands first: ssh-keygen -t rsa ssh-copy-id -i /path/to/private/file.pub user@example.com...

ABALAMA/CTKlib-2.09 - 10 Sep 2022 10:53:50 UTC - Search in distribution

Net::SFTP::Server - Base class for writting SFTP servers River stage zero No dependents

This 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 UTC - Search in distribution

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 - Search in distribution

Quiq::Sftp::Client - SFTP Client River stage zero No dependents

Ein Objekt der Klasse repräsentiert einen SFTP-Client. Die Klasse realisiert ihre Funktionalität unter Rückgriff auf Net::SFTP::Foreign <https://metacpan.org/pod/Net::SFTP::Foreign>, allerdings nicht durch Ableitung, sondern durch Einbettung. Die Kla...

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC - Search in distribution
  • Quiq - Class library for rapid development

LWP::Protocol::sftp - adds support for SFTP uris to LWP package River stage one • 1 direct dependent • 1 total dependent

After this module is installed, LWP can be used to access remote file systems via SFTP. This module is based on Net::SFTP::Foreign. The variable %LWP::Protocol::sftp::DEFAULTS can be used to pass extra arguments to Net::SFTP::Foreign methods. For ins...

SALVA/LWP-Protocol-sftp-0.05 - 26 Nov 2012 15:44:36 UTC - Search in distribution

Net::SFTP::Recursive - Perl class for transfering files recursively and securely River stage zero No dependents

This 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 - Search in distribution

Brackup::Target::Sftp - backup to an SSH/SFTP server River stage zero No dependents

Backup to an SSH/SFTP server, using the Net::SFTP::Foreign perl module....

BRADFITZ/Brackup-1.10 - 01 Nov 2010 01:19:01 UTC - Search in distribution

Net::SFTP::SftpServer - A Perl implementation of the SFTP subsystem with user access controls River stage zero No dependents

A 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 UTC - Search in distribution

Pcore::Util::URI::sftp River stage one • 1 direct dependent • 1 total dependent

ZDM/Pcore-v0.139.0 - 14 Jul 2020 14:12:56 UTC - Search in distribution

lib/URI/sftp.pm River stage five • 1893 direct dependents • 10024 total dependents

OALDERS/URI-5.28 - 27 Mar 2024 01:50:38 UTC - Search in distribution
  • URI - Uniform Resource Identifiers (absolute and relative)

App::Shotgun::Target::SFTP - App::Shotgun target for SFTP servers River stage zero No dependents

Implements the SFTP ( FTP via SSH ) target. Note: It is recommended to have ssh certificates set up for passwordless authentication. If you supply a password, Net::SFTP::Foreign will attempt to use Expect to do the interaction, but you must have Expe...

GETTY/App-Shotgun-0.001 - 17 May 2011 03:29:25 UTC - Search in distribution

App::MBUtiny::Storage::SFTP - App::MBUtiny::Storage subclass for SFTP storage support River stage zero No dependents

App::MBUtiny::Storage subclass for SFTP storage support NOTE! For initialization SSH connection please run follow commands first: ssh-keygen -t rsa ssh-copy-id -i /path/to/private/file.pub user@example.com del Removes the specified file. This is back...

ABALAMA/App-MBUtiny-1.13 - 20 Jul 2019 07:41:49 UTC - Search in distribution
  • mbutiny - утилита резервного копирования ваших сайтов и других элементов файловой системы
  • App::MBUtiny - Websites and any file system elements backup tool
  • App::MBUtiny::Storage - App::MBUtiny storage class

Connector::Proxy::Net::SFTP River stage zero No dependents

Read/Write files to/from a remote host using FTP. LOCATION is the only mandatory parameter, if neither file nor path is set, the file is constructed from the arguments given to the method call....

MRSCOTTY/Connector-1.54 - 08 Jan 2024 15:18:31 UTC - Search in distribution

HealthCheck::Diagnostic::SFTP - Check for SFTP access and operations in a HealthCheck River stage zero No dependents

This diagnostic allows a process to test SFTP connectivity to a server. You can specify the host and additional parameters and the rest is handled by the diagnostic. Additionally, you can send in a callback to run after connecting for more checks....

GSG/HealthCheck-Diagnostic-SFTP-v1.5.0 - 25 Oct 2022 17:19:43 UTC - Search in distribution
74 results (0.099 seconds)