|
1 # wget.cif |
|
2 # |
|
3 # Copyright (c) 2010 Accenture. All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of the "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Accenture - Initial contribution |
|
11 # |
|
12 |
|
13 ==name wget |
|
14 |
|
15 ==short-description |
|
16 |
|
17 A non-interactive network retriever. |
|
18 |
|
19 ==argument string url |
|
20 |
|
21 The URL identifying the file to download from or upload to. Eg: 'http://www.symbian.org/'. |
|
22 |
|
23 ==option bool c continue |
|
24 |
|
25 Continue resume getting a partially-downloaded file. |
|
26 |
|
27 ==option filename d downloadfile |
|
28 |
|
29 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 |
|
30 |
|
31 ==option filename f uploadfile |
|
32 |
|
33 Use this option to upload a file rather than download. |
|
34 |
|
35 ==option int i iap |
|
36 |
|
37 Connect using the specified IAP id. If not given, the no-arguments overload of C<RConnection::Start()> is used. |
|
38 |
|
39 ==option string u username |
|
40 |
|
41 Username for use in authentication, if required, with the HTTP server. |
|
42 |
|
43 ==option string p password |
|
44 |
|
45 Password for use in authentication, if required, with the HTTP server. |
|
46 |
|
47 ==option bool v verbose |
|
48 |
|
49 Enables verbose reporting of the download progress. |
|
50 |
|
51 ==copyright |
|
52 |
|
53 Copyright (c) 2008-2010 Accenture. All rights reserved. |
|
54 |