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

Search results for "net::ftp"

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

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

Net::FTP::Find - Traverse a directory tree through Net::FTP (or Net::FTPSSL) River stage zero No dependents

These are functions for searching through directory trees doing work on each file found similar to the File::Find. Net::FTP::Find provides two functions, "find" and "finddepth". They work similarly but have subtle differences....

USUALOMA/Net-FTP-Find-0.041 - 24 Mar 2013 02:58:53 UTC - Search in distribution

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

Net::FTP::Tiny - minimal FTP client River stage one • 4 direct dependents • 7 total dependents

This module provides an easy interface to retrieve files using the FTP protocol. The location of a file to retrieve is specified using a URL. IPv6 is supported, if the optional module IO::Socket::IP is installed. Only retrieval is supported, not stor...

ZEFRAM/Net-FTP-Tiny-0.002 - 27 Jul 2017 04:25:25 UTC - Search in distribution

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

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

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

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

Net::FTP::Common - simplify common usages of Net::FTP River stage zero No dependents

This module is intended to make the common uses of Net::FTP a one-line, no-argument affair. In other words, you have 100% programming with Net::FTP. With Net::FTP::Common you will have 95% configuration and 5% programming. The way that it makes it a ...

TBONE/Net-FTP-Common-7.0.d - 04 Sep 2009 02:51:50 UTC - Search in distribution

Net::FTP::Robust - download files over FTP River stage one • 1 direct dependent • 1 total dependent

This module is specialized in (on the moment only) downloading large data-sets (gigabytes) autonomously. It uses Net::FTP, and adds various algorithms to work around various common problems. In general, local errors are fatal and server or network er...

MARKOV/Net-FTP-Robust-0.09 - 23 Jan 2018 12:53:41 UTC - Search in distribution

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

Net::SSLGlue::FTP - extend Net::FTP for FTPS (SSL) and IPv6 River stage zero No dependents

Net::SSLGlue::FTP extends Net::FTP so one can either start directly with SSL or switch later to SSL using starttls method (AUTH TLS command). If IO::Socket::IP or IO::Socket::INET6 are installed it will also transparently use IPv6. By default it will...

SULLR/Net-SSLGlue-1.058 - 17 Jun 2016 07:20:48 UTC - Search in distribution

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

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

Net::INET6Glue::FTP - adds IPv6 support to Net::FTP by hotpatching River stage zero No dependents

This module adds support for IPv6 by hotpatching support for EPRT and EPSV commands into Net::FTP and hotpatching pasv, port and _dataconn methods to make use of EPRT and EPSV on IPv6 connections. It also includes Net::INET6Glue::INET_is_INET6 to mak...

SULLR/Net-INET6Glue-0.604 - 26 Feb 2021 12:53:35 UTC - Search in distribution

Net::FTP::Path::Iter - Iterative, recursive, FTP file finder River stage zero No dependents

Net::FTP::Path::Iter is a subclass of Path::Iterator::Rule which iterates over an FTP site rather than a local filesystem. See the documentation Path::Iterator::Rule for how to filter and traverse paths. When Net::FTP::Path::Iter passes a path to a c...

DJERIUS/Net-FTP-Path-Iter-0.06 - 31 May 2022 16:18:59 UTC - Search in distribution

Net::FTP::RetrHandle - Tied or IO::Handle-compatible interface to a file retrieved by FTP River stage zero No dependents

Support for skipping the beginning of the file is implemented with the FTP "REST" command, which starts a retrieval at any point in the file. Support for skipping the end of the file is implemented with the FTP "ABOR" command, which stops the transfe...

GIFF/Net-FTP-RetrHandle-0.2 - 28 Sep 2006 02:29:53 UTC - Search in distribution

Net::FTP::Versioning - Extends Net::FTP get() and put() methods to add versioning support to them River stage zero No dependents

Net::FTP::Versioning extends Net::FTP->get() and Net::FTP->put() to add versioning support to these methods. Versioning support means that, when you are getting a remote file, if exists a local file with the same name of the file you're going to down...

BNEGRAO/Net-FTP-Versioning-0.01 - 11 Jun 2005 23:47:40 UTC - Search in distribution

Test::Mock::Net::FTP - Mock Object for Net::FTP River stage one • 1 direct dependent • 1 total dependent

Test::Mock::Net::FTP is Mock Object for Net::FTP. This module behave like FTP server, but only use local filesystem.(not using socket)....

TSUCCHI/Test-Mock-Net-FTP-0.04 - 02 Jul 2017 03:00:17 UTC - Search in distribution
240 results (0.234 seconds)