Skip to content

Commit

Permalink
add missing CURLOPT_FTP_FILEMETHOD
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostiantyn Moroz authored Aug 25, 2018
1 parent 6b2dd32 commit 5c0a1d5
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 5c0a1d5

Please sign in to comment.