blob: eed2eb07eaf0d8dfdee372c37d3d371db7772c5d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription lang="en">
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.
</longdescription>
</pkgmetadata>
|