Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Index

Enumeration members

Enumeration members

DEFAULT

DEFAULT:

let libcurl pick

MULTICWD

MULTICWD:

single CWD operation for each path part

NOCWD

NOCWD:

no CWD at all

SINGLECWD

SINGLECWD:

one CWD to full dir, then work on file

Generated using TypeDoc