mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 09:07:30 +08:00
0d1379a705
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@843 af4574ff-66df-0310-9fd7-8a98e5e911e0
25 lines
744 B
XML
25 lines
744 B
XML
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The curl package contains <userinput>curl</userinput>, <userinput>curl-config</userinput> and the
|
|
<filename>curl</filename> library.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>curl</title>
|
|
<para>curl is a client that can get documents from or send documents to
|
|
any of the following protocols: HTTP, HTTPS (needs openssl), FTP,
|
|
GOPHER, DICT, TELNET, LDAP (needs openldap) or FILE.</para></sect3>
|
|
|
|
<sect3><title>curl-config</title>
|
|
<para>curl-config prints information about the last compile, like
|
|
libraries linked to and prefix setting.</para></sect3>
|
|
|
|
<sect3><title>curl library</title>
|
|
<para>libcurl provides the functionality of curl to other programs.</para></sect3>
|
|
|
|
</sect2>
|
|
|