1
0
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:
dan 2000-08-23 14:36:31 -07:00
parent 1f0acebeb0
commit f21839b197
4 changed files with 60 additions and 47 deletions

View File

@ -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> 2000-08-22 Dan Harkless <dan-wget@dilvish.speed.net>
* wget.texi (Download Options): --no-clobber's documentation was * wget.texi (Download Options): --no-clobber's documentation was

View File

@ -26,8 +26,8 @@ notice identical to this one.
 
Indirect: Indirect:
wget.info-1: 961 wget.info-1: 961
wget.info-2: 49932 wget.info-2: 50094
wget.info-3: 93404 wget.info-3: 93566
 
Tag Table: Tag Table:
(Indirect) (Indirect)
@ -39,50 +39,50 @@ Node: Option Syntax8163
Node: Basic Startup Options9587 Node: Basic Startup Options9587
Node: Logging and Input File Options10287 Node: Logging and Input File Options10287
Node: Download Options12681 Node: Download Options12681
Node: Directory Options20366 Node: Directory Options20528
Node: HTTP Options22844 Node: HTTP Options23006
Node: FTP Options26749 Node: FTP Options26911
Node: Recursive Retrieval Options27942 Node: Recursive Retrieval Options28104
Node: Recursive Accept/Reject Options29906 Node: Recursive Accept/Reject Options30068
Node: Recursive Retrieval32804 Node: Recursive Retrieval32966
Node: Following Links35102 Node: Following Links35264
Node: Relative Links36130 Node: Relative Links36292
Node: Host Checking36644 Node: Host Checking36806
Node: Domain Acceptance38669 Node: Domain Acceptance38831
Node: All Hosts40339 Node: All Hosts40501
Node: Types of Files40766 Node: Types of Files40928
Node: Directory-Based Limits43216 Node: Directory-Based Limits43378
Node: FTP Links45856 Node: FTP Links46018
Node: Time-Stamping46726 Node: Time-Stamping46888
Node: Time-Stamping Usage48363 Node: Time-Stamping Usage48525
Node: HTTP Time-Stamping Internals49932 Node: HTTP Time-Stamping Internals50094
Node: FTP Time-Stamping Internals51402 Node: FTP Time-Stamping Internals51564
Node: Startup File52610 Node: Startup File52772
Node: Wgetrc Location53483 Node: Wgetrc Location53645
Node: Wgetrc Syntax54298 Node: Wgetrc Syntax54460
Node: Wgetrc Commands55013 Node: Wgetrc Commands55175
Node: Sample Wgetrc62295 Node: Sample Wgetrc62457
Node: Examples67314 Node: Examples67476
Node: Simple Usage67921 Node: Simple Usage68083
Node: Advanced Usage70315 Node: Advanced Usage70477
Node: Guru Usage73066 Node: Guru Usage73228
Node: Various74728 Node: Various74890
Node: Proxies75252 Node: Proxies75414
Node: Distribution78017 Node: Distribution78179
Node: Mailing List78368 Node: Mailing List78530
Node: Reporting Bugs79067 Node: Reporting Bugs79229
Node: Portability80852 Node: Portability81014
Node: Signals82227 Node: Signals82389
Node: Appendices82881 Node: Appendices83043
Node: Robots83296 Node: Robots83458
Node: Introduction to RES84443 Node: Introduction to RES84605
Node: RES Format86336 Node: RES Format86498
Node: User-Agent Field87440 Node: User-Agent Field87602
Node: Disallow Field88204 Node: Disallow Field88366
Node: Norobots Examples88815 Node: Norobots Examples88977
Node: Security Considerations89769 Node: Security Considerations89931
Node: Contributors90765 Node: Contributors90927
Node: Copying93404 Node: Copying93566
Node: Concept Index112567 Node: Concept Index112729
 
End Tag Table End Tag Table

View File

@ -413,6 +413,10 @@ Download Options
remote file to `ls-lR.Z.1'. The `-c' option is also applicable remote file to `ls-lR.Z.1'. The `-c' option is also applicable
for HTTP servers that support the `Range' header. 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' `--dot-style=STYLE'
Set the retrieval style to STYLE. Wget traces the retrieval of Set the retrieval style to STYLE. Wget traces the retrieval of
each document by printing dots on the screen, each dot each document by printing dots on the screen, each dot

View File

@ -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 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. 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 dot style
@cindex retrieval tracing style @cindex retrieval tracing style
@item --dot-style=@var{style} @item --dot-style=@var{style}