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"

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::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

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::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::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::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::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

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::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::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

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::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::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::FTP::dataconn - FTP Client data connection class River stage five • 155 direct dependents • 10294 total dependents

Some of the methods defined in "Net::FTP" return an object which will be derived from this class. The dataconn class itself is derived from the "IO::Socket::INET" class, so any normal IO operations can be performed. However the following methods are ...

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

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

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

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

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

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

Net::FTP::Find::Mixin - Inject the function of Net::FTP::Find River stage zero No dependents

USUALOMA/Net-FTP-Find-0.041 - 24 Mar 2013 02:58:53 UTC
168 results (0.074 seconds)