Skip to content

Commit

Permalink
Merge pull request #148 from koskokos2/patch-2
Browse files Browse the repository at this point in the history
add missing CURLOPT_FTP_FILEMETHOD
  • Loading branch information
JCMais authored Aug 25, 2018
2 parents 6b2dd32 + 5c0a1d5 commit 1f25f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Curl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ namespace NodeLibcurl {
{ "FORBID_REUSE", CURLOPT_FORBID_REUSE },
{ "FRESH_CONNECT", CURLOPT_FRESH_CONNECT },
{ "FTP_CREATE_MISSING_DIRS", CURLOPT_FTP_CREATE_MISSING_DIRS },
{ "FTP_FILEMETHOD", CURLOPT_FTP_FILEMETHOD },
{ "FTP_RESPONSE_TIMEOUT", CURLOPT_FTP_RESPONSE_TIMEOUT },
{ "FTP_SKIP_PASV_IP", CURLOPT_FTP_SKIP_PASV_IP },
{ "FTP_USE_EPRT", CURLOPT_FTP_USE_EPRT },
Expand Down

0 comments on commit 1f25f4e

Please sign in to comment.