mirror of
https://github.com/curl/curl.git
synced 2026-07-27 06:18:23 +03:00
new experimental "ftp method" code
This commit is contained in:
parent
cdf4afbe50
commit
0fd282b078
5 changed files with 111 additions and 48 deletions
|
|
@ -909,6 +909,9 @@ typedef enum {
|
|||
control connection. */
|
||||
CINIT(FTP_SKIP_PASV_IP, LONG, 137),
|
||||
|
||||
/* Select "file method" to use when doing FTP */
|
||||
CINIT(FTP_FILEMETHOD, LONG, 138),
|
||||
|
||||
CURLOPT_LASTENTRY /* the last unused */
|
||||
} CURLoption;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue