mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-05 07:57:23 +08:00
d1d8d786b5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@410 af4574ff-66df-0310-9fd7-8a98e5e911e0
22 lines
873 B
XML
22 lines
873 B
XML
<sect2>
|
|
<title>Introduction to curl</title>
|
|
|
|
<screen>Download location (HTTP): <ulink url="&curl-download-http;"/>
|
|
Download location (FTP): <ulink url="&curl-download-ftp;"/>
|
|
Version used: &curl-version;
|
|
Package size: &curl-size;
|
|
Estimated Disk space required: &curl-buildsize;</screen>
|
|
|
|
<para>The curl package contains curl and its support library. This is
|
|
useful for transferring files with URL syntax. For example, <userinput>curl
|
|
http://curl.haxx.se/download/curl-&curl-version;.tar.gz >
|
|
curl-&curl-version;.tar.gz</userinput>
|
|
would download this program's tarball to the current directory. This
|
|
ability to both download and redirect files can be incorporated
|
|
into other programs to support functions like streaming media.</para>
|
|
|
|
<screen>curl will utilize:
|
|
<xref linkend="openssl"/> and openldap</screen>
|
|
|
|
</sect2>
|