First submission to Symbian Foundation staging server.
# wget.cif# # Copyright (c) 2010 Accenture. All rights reserved.# This component and the accompanying materials are made available# under the terms of the "Eclipse Public License v1.0"# which accompanies this distribution, and is available# at the URL "http://www.eclipse.org/legal/epl-v10.html".# # Initial Contributors:# Accenture - Initial contribution#==name wget==short-descriptionA non-interactive network retriever.==argument string urlThe URL identifying the file to download from or upload to. Eg: 'http://www.symbian.org/'.==option bool c continueContinue resume getting a partially-downloaded file.==option filename d downloadfileDownload-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==option filename f uploadfileUse this option to upload a file rather than download.==option int i iapConnect using the specified IAP id. If not given, the no-arguments overload of C<RConnection::Start()> is used.==option string u usernameUsername for use in authentication, if required, with the HTTP server.==option string p passwordPassword for use in authentication, if required, with the HTTP server.==option bool v verboseEnables verbose reporting of the download progress.==copyrightCopyright (c) 2008-2010 Accenture. All rights reserved.