]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLINFO_FTP_ENTRY_PATH.md: this is for SFTP as well
authorDaniel Stenberg <daniel@haxx.se>
Thu, 11 Sep 2025 21:46:34 +0000 (23:46 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 12 Sep 2025 06:26:45 +0000 (08:26 +0200)
Closes #18531

docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.md

index a25ac0a72c74b9f29d5fea0129cdb036e3838b3c..08b5a6d336ba49c3cd02fdd68442b5da6fea73a0 100644 (file)
@@ -9,6 +9,7 @@ See-also:
   - curl_easy_setopt (3)
 Protocol:
   - FTP
+  - SFTP
 Added-in: 7.15.4
 ---
 
@@ -28,7 +29,7 @@ CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_FTP_ENTRY_PATH, char **path);
 
 Pass a pointer to a char pointer to receive a pointer to a string holding the
 path of the entry path. That is the initial path libcurl ended up in when
-logging on to the remote FTP server. This stores a NULL as pointer if
+logging on to the remote FTP or SFTP server. This stores a NULL as pointer if
 something is wrong.
 
 The **path** pointer is NULL or points to private memory. You MUST NOT free