-
-
23 Jan 2018 12:53:53 UTC
- Distribution: Net-FTPSSL-Robust
- Module version: 0.06
- Source (raw)
- Pod Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (386 / 0 / 0)
- Kwalitee
Bus factor: 1- 48.28% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (4.69KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Mark Overmeer
- Dependencies
- Log::Report
- Net::FTP::Robust
- Net::FTPSSL
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Net::FTPSSL::Robust - download files over FTP
INHERITANCE
Net::FTPSSL::Robust is a Net::FTP::Robust Net::FTPSSL::Robust is a Exporter
SYNOPSIS
use Net::FTPSSL; # will publish some constants use Net::FTPSSL::Robust; # more constants my $ftp = Net::FTPSSL::Robust->new ( Host => $host , Security => SECURITY_TLS ); # Further, see Net::FTP::Robust
DESCRIPTION
This module is specialized in (on the moment only) downloading large data-sets (gigabytes) via FTP over an encrypted connection. It uses Net::FTPSSL for the encryption and Net::FTP::Robust for the logic.
METHODS
Constructors
- Net::FTPSSL::Robust->new(OPTIONS)
-
Use to connect to one ftp-server. All OPTIONS are passed to Net::FTPSSL method
new()
. These options all start with capitals.-Option --Default Security SECURITY_TLS useSSL <false>
Download
DETAILS
Comparison
Net::FTPSSL implements the FTP protocol over encrypted connections.
Net::FTPSSL::Robust
adds retries and logging, to retrieve data which takes hours to download, sometimes over quite instable connections. It uses Log::Report which can connect to various logging frameworks for its messages.Limitations
See "Limitations" in Net::FTP::Robust.
SEE ALSO
This module is part of Net-FTPSSL-Robust distribution version 0.06, built on January 22, 2018. Website: http://perl.overmeer.net/CPAN/
LICENSE
Copyrights 2009-2018 by [Mark Overmeer]. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/
Module Install Instructions
To install Net::FTPSSL::Robust, copy and paste the appropriate command in to your terminal.
cpanm Net::FTPSSL::Robust
perl -MCPAN -e shell install Net::FTPSSL::Robust
For more information on module installation, please visit the detailed CPAN module installation guide.