CurlFtpMethod

parameter for the CURLOPT_FTP_FILEMETHOD option

Values

ValueMeaning
defaultmethod

let libcurl pick

multicwd

single CWD operation for each path part

nocwd

no CWD at all

singlecwd

one CWD to full dir, then work on file

last

not an option, never use

Meta