mirror of
https://github.com/curl/curl.git
synced 2026-07-31 11:38:06 +03:00
ftpserver.pl will
This commit is contained in:
parent
791f1693a2
commit
facaa2e270
1 changed files with 2 additions and 2 deletions
|
|
@ -2575,7 +2575,7 @@ sub PASV_ftp {
|
|||
}
|
||||
|
||||
logmsg "Client has been notified that DATA conn ".
|
||||
"will be accepted on port $pasvport\n";
|
||||
"is accepted on port $pasvport\n";
|
||||
|
||||
if($nodataconn) {
|
||||
my $str = nodataconn_str();
|
||||
|
|
@ -2765,7 +2765,7 @@ sub datasockf_state {
|
|||
}
|
||||
elsif($state eq 'PASSIVE_NODATACONN') {
|
||||
# Data sockfilter bound port without listening,
|
||||
# client will not be able to establish data connection.
|
||||
# client is not able to establish data connection.
|
||||
$datasockf_state = $state;
|
||||
$datasockf_mode = 'passive';
|
||||
$datasockf_runs = 'yes';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue