Search results for "module:Net::FTP::Common"
Net::uFTP - Universal interface for FTP-like modules (FTP, SFTP, SCP), in most cases Net::FTP compatible.
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.
"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::FTP::Simple - Simplified interface to a few common FTP tasks with Net::FTP.
WILCO/Net-FTP-Simple-0.0007
-
11 Oct 2008 05:02:00 UTC
Net::FTP::blat - more methods for Net::FTP Client class
"Net::FTP::blat" contains two additional methods for Net::FTP....
DAVIDNICO/Net-FTP-blat-0.03 - 29 Dec 2012 07:53:49 UTC
Net::SSLGlue - add/extend SSL support for common perl modules
Some commonly used perl modules don't have SSL support at all, even if the protocol supports it. Others have SSL support, but most of them don't do proper checking of the server's certificate. The "Net::SSLGlue::*" modules try to add SSL support or p...
SULLR/Net-SSLGlue-1.058 - 17 Jun 2016 07:20:48 UTC
Net::INET6Glue - Make common modules IPv6 ready by hotpatching
Net::INET6Glue is a collection of modules to make common modules IPv6 ready by hotpatching them. Unfortunatly the current state of IPv6 support in perl is that no IPv6 support is in the core and that a lot of important modules (like Net::FTP, Net::SM...
SULLR/Net-INET6Glue-0.604 - 26 Feb 2021 12:53:35 UTC
Net::FTPServer - A secure, extensible and configurable Perl FTP server
"Net::FTPServer" is a secure, extensible and configurable FTP server written in Perl. Current features include: * Authenticated FTP access. * Anonymous FTP access. * Complete implementation of current RFCs. * ASCII or binary type file transfers. * Ac...
RYOCHIN/Net-FTPServer-1.125 - 29 Nov 2012 08:31:49 UTC
Net::IMP - Inspection and Modification Protocol
IMP is a protocol for inspection, modification and rejection of data between two sides (client and server) using an analyzer implementing this interface. Basics IMP is an asynchronous protocol, usually used together with callbacks. * Using the "data"...
SULLR/Net-IMP-0.635 - 26 Feb 2021 12:45:44 UTC
Net::UCP - Perl extension for EMI - UCP Protocol.
This module implements a Client Interface to the EMI - UCP Interface specification, This Protocol can be used to comunicate with an SMSC (Short Message Service Centre) Usually the Network connection is based on TCP/IP or X.25. You will of course be r...
NEMUX/Net-UCP-0.41 - 07 Apr 2010 18:16:41 UTC
Net::Curl - Perl interface for libcurl
This package contains some static functions and version-releated constants. It does not export by default anything, but constants can be exported upon request. use Net::Curl qw(:constants); To perform any request you want Net::Curl::Easy. FUNCTIONS N...
SYP/Net-Curl-0.55 - 20 Sep 2023 06:27:48 UTC
Net::OBEX - implementation of OBEX protocol
WARNING!!! This module is still in its early alpha stage, it is recommended that you use it only for testing. A lot of functionality is still not implemented. The module is a Perl implementation of IrOBEX protocol....
ZOFFIX/Net-OBEX-1.001001 - 01 Feb 2014 04:56:26 UTC
Net::Daemon - Perl extension for portable daemons
Net::Daemon is an abstract base class for implementing portable server applications in a very simple way. The module is designed for Perl 5.005 and threads, but can work with fork() and Perl 5.004. The Net::Daemon class offers methods for the most co...
TODDR/Net-Daemon-0.49 - 25 Sep 2020 17:46:44 UTC
Net::TCPwrappers - Perl interface to tcp_wrappers.
Net::TCPwrappers mimics the libwrap.a library fairly closely - the names of the functions and constants are identical, and calling arguments have been altered only slightly to be more perl-like. FUNCTIONS This module defines all the public functions ...
JFITZ/Net-TCPwrappers-1.11 - 31 Dec 2004 04:06:43 UTC
Net::Curl::Simple - simplified Net::Curl interface
"Net::Curl::Simple" is a thin layer over Net::Curl. It simplifies many common tasks, while providing access to full power of Net::Curl when its needed. Net::Curl excells in asynchronous operations, thanks to a great design of libcurl(3). To take adva...
SPARKY/Net-Curl-Simple-0.13 - 15 May 2011 20:34:59 UTC
Net::Z3950::Record - base class for records retrieved from a Z39.50 server
A Record object represents a record retrieved from a Z39.50 server. In fact, the "Net::Z3950::Record" class itself is never instantiated: instead, the Net::Z3950 module creates objects of subclasses such as "Net::Z3950::Record::SUTRS", "Net::Z3950::R...
MIRK/Net-Z3950-0.51 - 08 May 2006 11:19:36 UTC
Net::SFTP::Recursive - Perl class for transfering files recursively and securely
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
Net::Dev::Tools::Syslog - Send, Listen Parse Syslog messages.
Module provides methods to parse syslog files, send syslog messages to syslog server, listen for syslog message on localhost. Parser parse method creates a class that configures the parser used on each syslog file entry (line) sent to the parser. The...
SPARSONS/Net-Dev-Tools-Syslog-1.0.0 - 27 Dec 2006 21:00:47 UTC
Net::Frame::Layer::DNS - Domain Name System layer object
This modules implements the encoding and decoding of the DNS layer. RFC: ftp://ftp.rfc-editor.org/in-notes/rfc1035.txt See also Net::Frame::Layer for other attributes and methods....
VINSWORLD/Net-Frame-Layer-DNS-1.05 - 09 May 2017 16:37:40 UTC
LWP::Protocol::Net::Curl - the power of libcurl in the palm of your hands!
Drop-in replacement for LWP, WWW::Mechanize and their derivatives to use Net::Curl as a backend. Advantages: * support ftp/ftps/http/https/sftp/scp protocols out-of-box (secure layer require libcurl <http://curl.haxx.se/> to be compiled with TLS/SSL/...
SYP/LWP-Protocol-Net-Curl-0.026 - 08 Oct 2019 12:01:54 UTC