Skip to content

Commit

Permalink
skip: language tweak
Browse files Browse the repository at this point in the history
Closes #524
  • Loading branch information
bagder committed Dec 20, 2024
1 parent fee3c3d commit 32561da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usingcurl/transfers/skip.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 32561da

Please sign in to comment.