Enumeration CurlFtpMethod

Object with constants for option FTP_FILEMETHOD

CURLFTPMETHOD_MULTICWD becomes CurlFtpMethod.MULTICWD

This is not following the PascalCase naming format because of a mistake. To not cause a breaking change it will stay this way until the next major version bump.

Enumeration Members

Enumeration Members

DEFAULT: 0

let libcurl pick

MULTICWD: 1

single CWD operation for each path part

NOCWD: 2

no CWD at all

SINGLECWD: 3

one CWD to full dir, then work on file