mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
Everywhere. In documentation and code comments. It is almost never a good word and almost always a filler that should be avoided. Closes #20793
645 B
645 B
| c | SPDX-License-Identifier | Long | Help | Category | Added | Multi | See-also | Example | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. | curl | skip-existing | Skip download if local file already exists | curl output | 8.10.0 | boolean |
|
|
--skip-existing
If there is a local file present when a download is requested, the operation is skipped. Note that curl cannot know if the local file was previously downloaded fine, or if it is incomplete etc, it knows if there is a filename present in the file system or not and it skips the transfer if it is.