SYNTAX

    wget [options] <url>


OPTIONS

-h (--help) bool

Display help.

-c (--continue) bool

Continue resume getting a partially-downloaded file.

-d (--downloadfile) filename

Download-only option. Specify the path and filename of the file being downloaded. By default the filename from the server is used, and the file is downloaded to the current working directory

-f (--uploadfile) filename

Use this option to upload a file rather than download.

-i (--iap) int

Connect using the specified IAP id. If not given, the no-arguments overload of RConnection::Start() is used.

-u (--username) string

Username for use in authentication, if required, with the HTTP server.

-p (--password) string

Password for use in authentication, if required, with the HTTP server.

-v (--verbose) bool

Enables verbose reporting of the download progress.


ARGUMENTS

<url>

The URL identifying the file to download from or upload to. Eg: 'http://www.symbian.org/'. [string]


DESCRIPTION

A non-interactive network retriever.


COPYRIGHT

Copyright (c) 2008-2010 Accenture. All rights reserved.