mirror of
https://github.com/curl/curl.git
synced 2026-07-16 11:27:14 +03:00
curl_easy_setopt.3: Added SMTP information to CURLOPT_INFILESIZE_LARGE
Although added to CURLOPT_INFILESIZE in commit ee3d3adc6f it was
never added to CURLOPT_INFILESIZE_LARGE.
This commit is contained in:
parent
01aaad7442
commit
9f96f8a5c5
1 changed files with 3 additions and 0 deletions
|
|
@ -2146,6 +2146,9 @@ as a curl_off_t. (Added in 7.11.0)
|
|||
|
||||
For uploading using SCP, this option or \fICURLOPT_INFILESIZE\fP is mandatory.
|
||||
|
||||
When sending emails using SMTP, this command can be used to specify the
|
||||
optional SIZE parameter for the MAIL FROM command. (Added in 7.23.0)
|
||||
|
||||
This option does not limit how much data libcurl will actually send, as that
|
||||
is controlled entirely by what the read callback returns.
|
||||
.IP CURLOPT_UPLOAD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue