mirror of
https://github.com/curl/curl.git
synced 2026-07-31 09:18:03 +03:00
Implement SMTP authentication
This commit is contained in:
parent
c5e539c312
commit
4bfe07640c
15 changed files with 858 additions and 50 deletions
|
|
@ -755,7 +755,6 @@ sub verifyftp {
|
|||
# has _no_ output!
|
||||
$extra .= "--mail-rcpt verifiedserver ";
|
||||
$extra .= "--mail-from fake ";
|
||||
$extra .= "--user localhost:unused ";
|
||||
$extra .= "--upload /dev/null ";
|
||||
$extra .= "--stderr - "; # move stderr to parse the verbose stuff
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue