mirror of
https://github.com/curl/curl.git
synced 2026-06-07 06:34:15 +03:00
ftp: bump the same in internal ftp struct
This commit is contained in:
parent
58e11341df
commit
495d3faad3
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ struct ftp_conn {
|
|||
connection is established */
|
||||
unsigned char use_ssl; /* if AUTH TLS is to be attempted etc, for FTP or
|
||||
IMAP or POP3 or others! (type: curl_usessl)*/
|
||||
unsigned char ccc; /* ccc level for this connection */
|
||||
long ccc; /* ccc level for this connection */
|
||||
BIT(ftp_trying_alternative);
|
||||
BIT(dont_check); /* Set to TRUE to prevent the final (post-transfer)
|
||||
file size and 226/250 status check. It should still
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue