Skip to content

libcURL.EasyHandle.CWDMethod

Andrew Lambert edited this page Mar 16, 2017 · 8 revisions

libcURL.EasyHandle.CWDMethod

Property Declaration

 Dim CWDMethod As libcURL.CWDMethod

Remarks

The CWD method is how libcURL will traverse FTP directory paths.

libcURL.CWDMethod enum members

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

See also

Clone this wiki locally