Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Net-FTP-RetrHandle | Distribution: Fedora Project |
Version: 0.2 | Vendor: Fedora Project |
Release: 42.fc41 | Build date: Fri Jul 19 23:27:31 2024 |
Group: Unspecified | Build host: buildvm-x86-28.iad2.fedoraproject.org |
Size: 17971 | Source RPM: perl-Net-FTP-RetrHandle-0.2-42.fc41.src.rpm |
Packager: Fedora Project | |
Url: https://metacpan.org/release/Net-FTP-RetrHandle | |
Summary: File reading interface for reading files on a remote FTP server |
This Perl module provides a file reading interface for reading all or parts of files located on a remote FTP server, including emulation of seek and support for downloading only the parts of the file requested. 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 interface.
GPL-1.0-or-later OR Artistic-1.0-Perl
* Fri Jul 19 2024 Fedora Release Engineering <[email protected]> - 0.2-42 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 0.2-41 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 0.2-40 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 0.2-39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 0.2-38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Jan 04 2023 Petr Pisar <[email protected]> - 0.2-37 - Convert a License tag to an SPDX format - Package the tests * Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 0.2-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
/usr/share/doc/perl-Net-FTP-RetrHandle /usr/share/doc/perl-Net-FTP-RetrHandle/NEWS /usr/share/doc/perl-Net-FTP-RetrHandle/TODO /usr/share/man/man3/Net::FTP::RetrHandle.3pm.gz /usr/share/perl5/vendor_perl/Net /usr/share/perl5/vendor_perl/Net/FTP /usr/share/perl5/vendor_perl/Net/FTP/RetrHandle.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Dec 10 04:04:54 2024