perl-Net-FTP-RetrHandle-0.2-3.el6.noarch.rpm

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/simp-project/4_X_Dependencies/script.rpm.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/simp-project/4_X_Dependencies/script.rpm.sh | sudo bash

STEP 2: Install the package
sudo yum install perl-Net-FTP-RetrHandle-0.2-3.el6.noarch

Provides a file reading interface for reading files on a remote FTP server

Full description:
  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 transfer. With these two commands and some careful tracking of the
current file position, we're able to reliably emulate a seek/read pair, and get
only the parts of the file that are actually read.

This was originally designed for use with Archive::Zip; it's reliable enough
that the table of contents and individual files can be extracted from a remote
ZIP archive without downloading the whole thing.

An interface compatible with IO::Handle is provided, along with a tie-based

Checksums

MD5 3e6d744f4a0133ac71416646b788e6f1
SHA1 678c091129e53f86a2c337c844dad84b56584d0e
SHA256 953a2819004ffc57193e610ad299af41b878363088f051cfe674bb847ebf61b4
SHA512 b9c73cd033a3c2a2325579b93e5e2fdf8295122e0b4b1a843ee01194ef55e5d41fece3efecab3ef8a8a423ab7a36fe33de3f2bc2c51f0f5d4b670b186c344d96

Requires

  • perl(:MODULE_COMPAT_5.10.1)
  • perl(Carp)
  • perl(Scalar::Util)
  • perl(base)
  • perl(constant)
  • perl(strict)
  • perl(warnings)

Provides

  • perl(Net::FTP::RetrHandle) = 0.2-
  • perl-Net-FTP-RetrHandle = 0.2-3.el6

Files

  • /usr/share/perl5/vendor_perl/Net/FTP/RetrHandle.pm
  • /usr/share/man/man3/Net::FTP::RetrHandle.3pm.gz
  • /usr/share/doc/perl-Net-FTP-RetrHandle-0.2/TODO
  • /usr/share/doc/perl-Net-FTP-RetrHandle-0.2/t/ftpconn.pl
  • /usr/share/doc/perl-Net-FTP-RetrHandle-0.2/t/bigtest.pl
  • /usr/share/doc/perl-Net-FTP-RetrHandle-0.2/t/00compile.t
  • /usr/share/doc/perl-Net-FTP-RetrHandle-0.2/NEWS

Uploaded

over 7 years ago

Package Size

15.5 KB

Installed Size

22.5 KB

Downloads

18

wget

wget --content-disposition "https://packagecloud.io/simp-project/4_X_Dependencies/packages/el/6/perl-Net-FTP-RetrHandle-0.2-3.el6.noarch.rpm/download.rpm?distro_version_id=27"

Homepage

http://search.cpan.org/~giff/Net-FTP-RetrHandle-0.2/

License

GPL+ or Artistic