Search results for "module:Net::FTP::Simple"

Net::FTP::Simple - Simplified interface to a few common FTP tasks with Net::FTP. River stage zero No dependents

WILCO/Net-FTP-Simple-0.0007 - 11 Oct 2008 05:02:00 UTC

Net::FTP - FTP Client class River stage five • 155 direct dependents • 10294 total dependents

"Net::FTP" is a class implementing a simple FTP client in Perl as described in RFC959. It provides wrappers for the commonly used subset of the RFC959 commands. If IO::Socket::IP or IO::Socket::INET6 is installed it also provides support for IPv6 as ...

SHAY/libnet-3.15 - 20 Mar 2023 19:15:53 UTC

Net::FTPTLS - Perl FTP client with support for TLS River stage zero No dependents

Very simple FTP client with support for TLS...

EYCK/Net-FTPTLS-0.84 - 05 Nov 2015 22:04:02 UTC

Net::FTPSSL - A FTP over TLS/SSL class River stage one • 1 direct dependent • 1 total dependent

"Net::FTPSSL" is a class implementing a simple FTP client over a Transport Layer Security (TLS) or Secure Sockets Layer (SSL) connection written in Perl as described in RFC959 and RFC2228. It will use TLS v1.2 by default, since TLS is more secure tha...

CLEACH/Net-FTPSSL-0.42 - 01 Oct 2019 00:41:46 UTC

Net::Lite::FTP - Perl FTP client with support for TLS River stage zero No dependents

Very simple FTP client with support for TLS...

EYCK/Net-Lite-FTP-0.84 - 05 Nov 2015 21:32:38 UTC

Net::FTPServer - A secure, extensible and configurable Perl FTP server River stage one • 2 direct dependents • 4 total dependents

"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::FTP::Throttle - Throttle FTP connections River stage zero No dependents

Net::FTP is a module implementing a simple FTP client in Perl as described in RFC959. Net::FTP::Throttle is a module which subclasses Net::FTP to add a throttling option, which allows you to set the maximum bandwidth used. As shown in the synopsis, t...

LBROCARD/Net-FTP-Throttle-0.32 - 09 Sep 2007 09:28:17 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::UCP - Perl extension for EMI - UCP Protocol. River stage one • 1 direct dependent • 1 total dependent

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::Netrc - OO interface to users netrc file River stage five • 155 direct dependents • 10294 total dependents

"Net::Netrc" is a class implementing a simple interface to the .netrc file used as by the ftp program. "Net::Netrc" also implements security checks just like the ftp program, these checks are, first that the .netrc file must be owned by the user and ...

SHAY/libnet-3.15 - 20 Mar 2023 19:15:53 UTC

Net::Rovio - A Perl module for Rovio manipulation River stage zero No dependents

Use Net::Rovio to control your Rovio robot from Perl. Uses basic Rovio API commands. The Rovio <http://www.wowwee.com/en/products/tech/telepresence/rovio/rovio> is a Wi-Fi enabled mobile webcam that lets you view and interact with its environment thr...

TYRODEN/Net-Rovio-1.5 - 13 May 2010 03:33:32 UTC

Net::Daemon - Perl extension for portable daemons River stage one • 3 direct dependents • 4 total dependents

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::servent - by-name interface to Perl's built-in getserv*() functions River stage five • 11292 direct dependents • 32664 total dependents

This module's default exports override the core getservent(), getservbyname(), and getnetbyport() functions, replacing them with versions that return "Net::servent" objects. They take default second arguments of "tcp". This object has methods that re...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

Net::servent - by-name interface to Perl's built-in getserv*() functions River stage five • 11292 direct dependents • 32664 total dependents

This module's default exports override the core getservent(), getservbyname(), and getnetbyport() functions, replacing them with versions that return "Net::servent" objects. They take default second arguments of "tcp". This object has methods that re...

RJBS/perl-5.38.0 - 02 Jul 2023 23:00:28 UTC

Net::FullAuto - Fully Automate ANY Workload with *Persistent* SSH/SFTP from One Host River stage zero No dependents

"Net::FullAuto" (aka "FullAuto") is a Perl module and workload automation functionality that transforms Perl into a true multi-host scripting language. It accomplishes this with multiple *PERSISTENT* SSH and SFTP connections to multiple hosts simulta...

REEDFISH/Net-FullAuto-1.0000641 - 29 May 2023 00:39: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::Curl::Simple - simplified Net::Curl interface River stage zero No dependents

"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 River stage one • 1 direct dependent • 1 total dependent

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

Meta::Utils::Net::Md - library to handle making of directories on remote machines. River stage zero No dependents

This will help you create directories on remove machines. This currently uses ftp (yes, I know its funny) to do its thing....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Net::Cp - library to handle copying of files from machine to machine. River stage zero No dependents

This module will help you copy local files to remote machines. This module will provide rcp, ftp, rdist and other methods for accoplishing this....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC
49 results (0.046 seconds)