pkgsrc/net/libfetch/DESCR
joerg 9cf9dd43d1 Import libfetch-2.0, based on the FreeBSD version of today with a number
of smaller changes to not depend on sys/param.h. This library is
intended to replace the tnftp dependency in pkg_install.
2008-02-07 01:48:22 +00:00

11 lines
270 B
Text

libfetch provides a high-level interface for retreiving and uploading
files using Uniform Resource Locators (URLs).
The library implements:
* local file access (file://)
* FTP
* HTTP
* HTTPS (optional, using OpenSSL)
FTP and HTTP proxies can be used.