mirror of
https://github.com/curl/curl.git
synced 2026-07-31 07:58:04 +03:00
ftpserver.pl fixup msg
This commit is contained in:
parent
a09a20f5f8
commit
a9bfe2d47b
1 changed files with 1 additions and 1 deletions
|
|
@ -2574,7 +2574,7 @@ sub PASV_ftp {
|
|||
sendcontrol sprintf("229 Entering Passive Mode (|||%d|)\r\n", $pasvport);
|
||||
}
|
||||
|
||||
logmsg "Client has been notified that DATA conn ".
|
||||
logmsg "Client has been notified that upcoming DATA connection ".
|
||||
"is accepted on port $pasvport\n";
|
||||
|
||||
if($nodataconn) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue