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

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

lib/Net/FTP/I.pm River stage five • 155 direct dependents • 10294 total dependents

SHAY/libnet-3.15 - 20 Mar 2023 19:15:53 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::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::FTP::Mock - test code using Net::FTP without having an FTP server River stage zero No dependents

Net::FTP::Mock is designed to make code using Net::FTP testable without having to set up actual FTP servers. When calling its import(), usually by way of use, you can pass it a hash detailing virtual servers, their accounts, as well as directories th...

MITHALDU/Net-FTP-Mock-0.103300 - 26 Nov 2010 11:49:07 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::Async::FTP - use FTP with IO::Async River stage zero No dependents

This object class implements an asynchronous FTP client, for use in IO::Async-based programs. The code in this module is not particularly complete. It contains a minimal implementation of a few FTP commands, not even the full minimal set the RFC sugg...

PEVANS/Net-Async-FTP-0.08 - 27 Mar 2014 23:49:43 UTC

Net::FTP::blat - more methods for Net::FTP Client class River stage one • 1 direct dependent • 1 total dependent

"Net::FTP::blat" contains two additional methods for Net::FTP....

DAVIDNICO/Net-FTP-blat-0.03 - 29 Dec 2012 07:53:49 UTC

Net::FTP::File - Perl extension for simplifying FTP file operations. River stage zero No dependents

DMUEY/Net-FTP-File-0.06 - 22 Apr 2009 15:51:07 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::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::OBEX - implementation of OBEX protocol River stage zero No dependents

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::Ping - check a remote host for reachability River stage three • 32 direct dependents • 561 total dependents

This module contains methods to test the reachability of remote hosts on a network. A ping object is first created with optional parameters, a variable number of hosts may be pinged multiple times and then the connection is closed. You may choose one...

RURBAN/Net-Ping-2.75 - 05 Sep 2022 14:32:58 UTC

Net::FTP::Recursive - Recursive FTP Client class River stage zero No dependents

"Net::FTP::Recursive" is a class built on top of the Net::FTP package that implements recursive get and put methods for the retrieval and sending of entire directory structures. This module's default behavior is such that the remote ftp server should...

JDLEE/Net-FTP-Recursive-2.04 - 29 Mar 2009 19:15:54 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::NSS::SSL - SSL sockets using NSS River stage zero No dependents

CLAESJAC/Crypt-NSS-0.04 - 22 Oct 2008 14:32:22 UTC

Net::OBEX::FTP - implementation of OBEX File Transfer Profile River stage zero No dependents

WARNING!!! This module is still in early alpha stage. It is recommended that you use it only for testing. The module is an implementation of OBEX File Transfer Profile....

ZOFFIX/Net-OBEX-1.001001 - 01 Feb 2014 04:56:26 UTC

Net::MirrorDir - Perl extension for compare local-directories and remote-directories with each other River stage one • 3 direct dependents • 3 total dependents

This module is written as base class for Net::UploadMirror and Net::DownloadMirror. However, it can be used, also for themselves alone. It can compare local-directories and remote-directories with each other. To find which files where in which direct...

KNORR/Net-MirrorDir-0.20 - 01 Jun 2009 17:20:25 UTC

Net::UploadMirror - Perl extension for mirroring a local directory via FTP to the remote location River stage one • 1 direct dependent • 1 total dependent

This module is for mirroring a local directory to a remote location via FTP. For example websites, documentations or developmentstuff which ones were worked on locally. Remote files on the ftp-server will be overwritten, also in case they are newer. ...

KNORR/Net-UploadMirror-0.13 - 05 Oct 2008 14:37:15 UTC

Net::MDNS::Server - Perl extension for a multicast DNS server River stage zero No dependents

Multicast DNS is a lightweight protocol designed to allow easy configuration of computers on a network. You can advertise services (like http, or ftp, or anything you make up). It also allows for dynamic port numbers since part of the response to a q...

JEPRICE/Net-MDNS-Server-0.03 - 21 Sep 2003 08:43:45 UTC
33 results (0.053 seconds)