Fedora Packages

perl-Net-FTP-RetrHandle

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.

Releases Overview

Release Stable Testing
Fedora Rawhide 0.2-41.fc40 -
Fedora 40 0.2-41.fc40 -
Fedora 39 0.2-39.fc39 -
Fedora 38 0.2-38.fc38 -
EPEL 9 0.2-37.el9 -
EPEL 8 0.2-27.el8 -
EPEL 7 0.2-11.el7 -
File a new bug report »
Package Info
Related Packages

You can contact the maintainers of this package via email at perl-Net-FTP-RetrHandle dash maintainers at fedoraproject dot org.



Sources on Pagure