2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to curl</title>
|
|
|
|
|
2002-07-17 04:19:37 +08:00
|
|
|
<screen>Download location (HTTP): <ulink url="&curl-download-http;"/>
|
|
|
|
Download location (FTP): <ulink url="&curl-download-ftp;"/>
|
2002-07-08 04:28:42 +08:00
|
|
|
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
|
2002-10-26 08:48:49 +08:00
|
|
|
useful for transferring files with URL syntax. For example, <userinput>curl
|
2002-07-08 04:28:42 +08:00
|
|
|
http://curl.haxx.se/download/curl-&curl-version;.tar.gz >
|
2002-10-26 08:48:49 +08:00
|
|
|
curl-&curl-version;.tar.gz</userinput>
|
2002-11-25 02:15:23 +08:00
|
|
|
would download this program's tarball to the current directory. This
|
2002-07-08 04:28:42 +08:00
|
|
|
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>
|