From 32561da41940d8884258da4e4b6b2ac34a3c7365 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 20 Dec 2024 12:50:42 +0100 Subject: [PATCH] skip: language tweak Closes #524 --- usingcurl/transfers/skip.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usingcurl/transfers/skip.md b/usingcurl/transfers/skip.md index 962931738..c2061ba74 100644 --- a/usingcurl/transfers/skip.md +++ b/usingcurl/transfers/skip.md @@ -16,9 +16,9 @@ we already have downloaded previously: curl --skip-existing -O https://example.com/image[0-999].jpg It should be noted that this only checks the *presence* of the local file, it -makes not attempts to verify that it actually has the correct content and it +makes no attempts to verify that it actually has the correct content and it has no way to do any such checks. curl offers other options to do [conditional transfers](../../http/modify/conditionals.md) based on modified date or -contents. +contents for HTTP transfers.