Element: <url>

Syntax


<!ELEMENT url            (#PCDATA)>

This element occurs in the elements : Element: <download>

Description

The element url allows you to specify the Uniform Resource Locator (URL) of the directory containing the file to be downloaded when processing a download element.

Examples

<download>
        <file>kbd-1.08.tar.gz</file>
        <url>ftp://ftp.win.tue.nl/pub/linux-local/utils/kbd/</url>
        <destination>/tmp/</destination>
        <digest>924e6a05e52715dc0f96385b35f2f680</digest>
</download>

There is no equivalent Bash script example for this element.