mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] * wget.texi (Download Options): Using -c on a file that's already fully
downloaded results in an unchanged file and no second ".1" copy.
This commit is contained in:
parent
1f0acebeb0
commit
f21839b197
@ -1,3 +1,8 @@
|
||||
2000-08-23 Dan Harkless <dan-wget@dilvish.speed.net>
|
||||
|
||||
* wget.texi (Download Options): Using -c on a file that's already fully
|
||||
downloaded results in an unchanged file and no second ".1" copy.
|
||||
|
||||
2000-08-22 Dan Harkless <dan-wget@dilvish.speed.net>
|
||||
|
||||
* wget.texi (Download Options): --no-clobber's documentation was
|
||||
|
@ -26,8 +26,8 @@ notice identical to this one.
|
||||
|
||||
Indirect:
|
||||
wget.info-1: 961
|
||||
wget.info-2: 49932
|
||||
wget.info-3: 93404
|
||||
wget.info-2: 50094
|
||||
wget.info-3: 93566
|
||||
|
||||
Tag Table:
|
||||
(Indirect)
|
||||
@ -39,50 +39,50 @@ Node: Option Syntax8163
|
||||
Node: Basic Startup Options9587
|
||||
Node: Logging and Input File Options10287
|
||||
Node: Download Options12681
|
||||
Node: Directory Options20366
|
||||
Node: HTTP Options22844
|
||||
Node: FTP Options26749
|
||||
Node: Recursive Retrieval Options27942
|
||||
Node: Recursive Accept/Reject Options29906
|
||||
Node: Recursive Retrieval32804
|
||||
Node: Following Links35102
|
||||
Node: Relative Links36130
|
||||
Node: Host Checking36644
|
||||
Node: Domain Acceptance38669
|
||||
Node: All Hosts40339
|
||||
Node: Types of Files40766
|
||||
Node: Directory-Based Limits43216
|
||||
Node: FTP Links45856
|
||||
Node: Time-Stamping46726
|
||||
Node: Time-Stamping Usage48363
|
||||
Node: HTTP Time-Stamping Internals49932
|
||||
Node: FTP Time-Stamping Internals51402
|
||||
Node: Startup File52610
|
||||
Node: Wgetrc Location53483
|
||||
Node: Wgetrc Syntax54298
|
||||
Node: Wgetrc Commands55013
|
||||
Node: Sample Wgetrc62295
|
||||
Node: Examples67314
|
||||
Node: Simple Usage67921
|
||||
Node: Advanced Usage70315
|
||||
Node: Guru Usage73066
|
||||
Node: Various74728
|
||||
Node: Proxies75252
|
||||
Node: Distribution78017
|
||||
Node: Mailing List78368
|
||||
Node: Reporting Bugs79067
|
||||
Node: Portability80852
|
||||
Node: Signals82227
|
||||
Node: Appendices82881
|
||||
Node: Robots83296
|
||||
Node: Introduction to RES84443
|
||||
Node: RES Format86336
|
||||
Node: User-Agent Field87440
|
||||
Node: Disallow Field88204
|
||||
Node: Norobots Examples88815
|
||||
Node: Security Considerations89769
|
||||
Node: Contributors90765
|
||||
Node: Copying93404
|
||||
Node: Concept Index112567
|
||||
Node: Directory Options20528
|
||||
Node: HTTP Options23006
|
||||
Node: FTP Options26911
|
||||
Node: Recursive Retrieval Options28104
|
||||
Node: Recursive Accept/Reject Options30068
|
||||
Node: Recursive Retrieval32966
|
||||
Node: Following Links35264
|
||||
Node: Relative Links36292
|
||||
Node: Host Checking36806
|
||||
Node: Domain Acceptance38831
|
||||
Node: All Hosts40501
|
||||
Node: Types of Files40928
|
||||
Node: Directory-Based Limits43378
|
||||
Node: FTP Links46018
|
||||
Node: Time-Stamping46888
|
||||
Node: Time-Stamping Usage48525
|
||||
Node: HTTP Time-Stamping Internals50094
|
||||
Node: FTP Time-Stamping Internals51564
|
||||
Node: Startup File52772
|
||||
Node: Wgetrc Location53645
|
||||
Node: Wgetrc Syntax54460
|
||||
Node: Wgetrc Commands55175
|
||||
Node: Sample Wgetrc62457
|
||||
Node: Examples67476
|
||||
Node: Simple Usage68083
|
||||
Node: Advanced Usage70477
|
||||
Node: Guru Usage73228
|
||||
Node: Various74890
|
||||
Node: Proxies75414
|
||||
Node: Distribution78179
|
||||
Node: Mailing List78530
|
||||
Node: Reporting Bugs79229
|
||||
Node: Portability81014
|
||||
Node: Signals82389
|
||||
Node: Appendices83043
|
||||
Node: Robots83458
|
||||
Node: Introduction to RES84605
|
||||
Node: RES Format86498
|
||||
Node: User-Agent Field87602
|
||||
Node: Disallow Field88366
|
||||
Node: Norobots Examples88977
|
||||
Node: Security Considerations89931
|
||||
Node: Contributors90927
|
||||
Node: Copying93566
|
||||
Node: Concept Index112729
|
||||
|
||||
End Tag Table
|
||||
|
@ -413,6 +413,10 @@ Download Options
|
||||
remote file to `ls-lR.Z.1'. The `-c' option is also applicable
|
||||
for HTTP servers that support the `Range' header.
|
||||
|
||||
Note that if you use `-c' on a file that's already downloaded
|
||||
completely, `FILE' will not be changed, nor will a second `FILE.1'
|
||||
copy be created.
|
||||
|
||||
`--dot-style=STYLE'
|
||||
Set the retrieval style to STYLE. Wget traces the retrieval of
|
||||
each document by printing dots on the screen, each dot
|
||||
|
@ -516,6 +516,10 @@ Without @samp{-c}, the previous example would just begin to download the
|
||||
remote file to @file{ls-lR.Z.1}. The @samp{-c} option is also
|
||||
applicable for @sc{http} servers that support the @code{Range} header.
|
||||
|
||||
Note that if you use @samp{-c} on a file that's already downloaded
|
||||
completely, @samp{@var{file}} will not be changed, nor will a second
|
||||
@samp{@var{file}.1} copy be created.
|
||||
|
||||
@cindex dot style
|
||||
@cindex retrieval tracing style
|
||||
@item --dot-style=@var{style}
|
||||
|
Loading…
Reference in New Issue
Block a user