mirror of
https://github.com/curl/curl.git
synced 2026-05-16 04:56:21 +03:00
ftpserver.pl: Corrected response code for successful RCPT command
This commit is contained in:
parent
8ec6486d05
commit
fd8dc21fd0
1 changed files with 1 additions and 1 deletions
|
|
@ -824,7 +824,7 @@ sub RCPT_smtp {
|
|||
else {
|
||||
$smtp_rcpt = $1;
|
||||
|
||||
sendcontrol "200 Receivers accepted\r\n";
|
||||
sendcontrol "250 Recipient OK\r\n";
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue