9cf9dd43d1
of smaller changes to not depend on sys/param.h. This library is intended to replace the tnftp dependency in pkg_install.
11 lines
270 B
Text
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.
|