-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.CWDMethod
Andrew Lambert edited this page Nov 26, 2022
·
7 revisions
libcURL.CWDMethod
Protected Enum CWDMethod
Multi=1
None
Single
The CWD method controls how libcURL will traverse FTP directory paths.
CWDMethod | Comment |
---|---|
Multi |
Default, performs separate CWD commands for each subdirectory. This is the least efficient but most compatible method |
None |
Performs all commands by passing the complete path to each command. This is the most efficient but least compatible method |
Single |
Performs a single CWD command using the complete path of the directory and then operates on the file normally. This is a middle-ground between the other two methods |
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.