]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_SEEKFUNCTION.md: used for FTP, HTTP and SFTP (only)
authorDaniel Stenberg <daniel@haxx.se>
Thu, 2 Jan 2025 16:52:45 +0000 (17:52 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 2 Jan 2025 21:31:11 +0000 (22:31 +0100)
The same goes for *SEEKDATA.

Closes #15903

docs/libcurl/opts/CURLOPT_SEEKDATA.md
docs/libcurl/opts/CURLOPT_SEEKFUNCTION.md

index fd93aacd2489d0638799e7473fb16b8f8628ef5a..66f91c731bba97e5ec78b70f569676568066b109 100644 (file)
@@ -10,7 +10,9 @@ See-also:
   - CURLOPT_SEEKFUNCTION (3)
   - CURLOPT_STDERR (3)
 Protocol:
-  - All
+  - FTP
+  - HTTP
+  - SFTP
 Added-in: 7.18.0
 ---
 
index 70d0e73e68dad4413ba90356ab68646bcda032ce..2f4d96806e520ac25470ef98569416c51820db2b 100644 (file)
@@ -10,7 +10,9 @@ See-also:
   - CURLOPT_SEEKDATA (3)
   - CURLOPT_STDERR (3)
 Protocol:
-  - All
+  - FTP
+  - HTTP
+  - SFTP
 Added-in: 7.18.0
 ---