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