-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.CWDMethod
Andrew Lambert edited this page Mar 16, 2017
·
8 revisions
libcURL.EasyHandle.CWDMethod
Dim CWDMethod As libcURL.CWDMethod
The CWD method is how libcURL will traverse FTP directory paths.
Name | Comment |
---|---|
CWDMethod.Multi |
Default, performs separate CWD commands for each subdirectory. This is the least efficient but most compatible method |
CWDMethod.None |
Performs all commands by passing the complete path to each command. This is the most efficient but least compatible method |
CWDMethod.Single |
Performs a single CWD command for using the complete path. 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.