"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.11 - 14 Nov 2017 14:00:09 UTCThis 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 UTCDMUEY/Net-FTP-File-0.06 - 22 Apr 2009 15:51:07 UTC
"Net::FTP::blat" contains two additional methods for Net::FTP....
DAVIDNICO/Net-FTP-blat-0.03 - 29 Dec 2012 07:53:49 UTCThese 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 UTCWARNING!!! 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 UTCVery simple FTP client with support for TLS...
EYCK/Net-Lite-FTP-0.84 - 05 Nov 2015 21:32:38 UTCNet::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 UTCThis 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 UTCNet::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 UTCWILCO/Net-FTP-Simple-0.0007 - 11 Oct 2008 05:02:00 UTC
"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 UTCNet::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 UTCSome 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.11 - 14 Nov 2017 14:00:09 UTCThis 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.603 - 07 Sep 2014 16:25:04 UTCNet::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 UTCNet::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.04 - 17 May 2017 16:14:35 UTCTest::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 UTCSupport 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 UTCUSUALOMA/Net-FTP-Find-0.041 - 24 Mar 2013 02:58:53 UTC