~ubuntu-branches/ubuntu/precise/wget/precise-proposed

« back to all changes in this revision

Viewing changes to doc/wget.1

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-09 17:15:56 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080609171556-cgor46l12f53v5iq
Tags: 1.11.3-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Add wget-udeb to ship wget.gnu as alternative to busybox wget
    implementation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
.\" ========================================================================
130
130
.\"
131
131
.IX Title "WGET 1"
132
 
.TH WGET 1 "2008-04-30" "GNU Wget 1.11.2" "GNU Wget"
 
132
.TH WGET 1 "2008-05-28" "GNU Wget 1.11.3" "GNU Wget"
133
133
.SH "NAME"
134
134
Wget \- The non\-interactive network downloader.
135
135
.SH "SYNOPSIS"
401
401
.Sp
402
402
For this reason, \fB\-N\fR (for timestamp\-checking) is not supported
403
403
in combination with \fB\-O\fR: since \fIfile\fR is always newly
404
 
created, it will always have a very new timestamp. Contrary to some
405
 
users' expectations, the combination has never worked, and as of
406
 
version 1.11, it results in an error.
 
404
created, it will always have a very new timestamp. A warning will be
 
405
issued if this combination is used.
407
406
.Sp
408
407
Similarly, using \fB\-r\fR or \fB\-p\fR with \fB\-O\fR may not work as
409
408
you expect: Wget won't just download the first file to \fIfile\fR and
1061
1060
\&\fB\-\-header\fR more than once.
1062
1061
.Sp
1063
1062
.Vb 3
1064
 
\&        wget \-\-header='Accept\-Charset: iso\-8859\-2' \e
1065
 
\&             \-\-header='Accept\-Language: hr'        \e
 
1063
\&        wget \-\-header=\(aqAccept\-Charset: iso\-8859\-2\(aq \e
 
1064
\&             \-\-header=\(aqAccept\-Language: hr\(aq        \e
1066
1065
\&               http://fly.srk.fer.hr/
1067
1066
.Ve
1068
1067
.Sp
1168
1167
.Vb 4
1169
1168
\&        # Log in to the server.  This can be done only once.
1170
1169
\&        wget \-\-save\-cookies cookies.txt \e
1171
 
\&             \-\-post\-data 'user=foo&password=bar' \e
 
1170
\&             \-\-post\-data \(aquser=foo&password=bar\(aq \e
1172
1171
\&             http://server.com/auth.php
1173
1172
.Ve
1174
1173
.Sp