Name: | perl-Net-FTP-RetrHandle |
---|---|
Version: | 0.2 |
Release: | 11.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 23162 |
License: | GPL+ or Artistic |
RPM: | perl-Net-FTP-RetrHandle-0.2-11.el7.noarch.rpm |
Source RPM: | perl-Net-FTP-RetrHandle-0.2-11.el7.src.rpm |
Build Date: | Thu Oct 26 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/~giff/Net-FTP-RetrHandle-0.2/ |
Summary: | Provides a file reading interface for reading files on a remote FTP server |
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 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Perl 5.18 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Perl 5.16 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Perl mass rebuild
- remove extraneous doc section
- add additional documentation files including test cases