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

Search results for "FTP"

EAI::FTP - wrapper for Net::SFTP::Foreign and Net::FTP River stage zero No dependents

EAI::FTP contains all (secure) FTP related API-calls. This is for logging in to a FTP Server, getting files from a remote folder, writing files to a remote folder, archiving/deleting files from/on a remote folder (to an archive folder) and removing f...

RKAPL/EAI-Wrap-1.913 - 03 Apr 2024 20:40:08 UTC - Search in distribution
  • EAI::Wrap - framework for easy creation of Enterprise Application Integration tasks

Tie::FTP - A module to open files on FTP servers as filehandles River stage zero No dependents

This module downloads a file on an FTP server into a temporary file, and allows editing on that. Upon destroy the object rewrites itself to the server if there were any write operations....

IVORW/Tie-FTP-0.02 - 16 Sep 2006 11:08:47 UTC - Search in distribution

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

DirDB::FTP - Perl extension to use a remote directory as a database River stage zero No dependents

DirDB::FTP is a package that lets you access a DirDB hash on a remote machine, through the FTP server. The semantics of DirDB (version 0.06) are followed, including directory locking and recursive memory loading on directory deletion. Net::FTP is use...

DAVIDNICO/DirDB-FTP-0.03 - 21 Sep 2007 15:27:47 UTC - Search in distribution

AnyEvent::FTP - Simple asynchronous FTP client and server River stage one • 1 direct dependent • 1 total dependent

This distribution provides client and server implementations for File Transfer Protocol (FTP) in an AnyEvent environment. For the specific interfaces, see AnyEvent::FTP::Client and AnyEvent::FTP::Server for details. Before each release, AnyEvent::FTP...

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC - Search in distribution

IO::All::FTP - Extends IO::All to FTP URLs River stage one • 4 direct dependents • 5 total dependents

This module extends IO::All for dealing with FTP URLs. Note that you don't need to use it explicitly, as it is autoloaded by IO::All whenever it sees something that looks like an FTP URL....

ITUB/IO-All-LWP-0.14 - 29 Mar 2007 07:34:08 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

CTK::Plugin::FTP - FTP plugin River stage one • 1 direct dependent • 1 total dependent

FTP plugin...

ABALAMA/CTKlib-2.09 - 10 Sep 2022 10:53:50 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

Test::FTP::Server - ftpd runner for tests River stage zero No dependents

"Test::FTP::Server" run "Net::FTPServer" internally. The server's settings can be specified as a parameter, therefore it is not necessary to prepare the configuration file....

USUALOMA/Test-FTP-Server-0.013 - 22 May 2020 03:07:08 UTC - Search in distribution
775 results (0.099 seconds)