Need even more time to wait for an accept.
This commit is contained in:
@@ -585,7 +585,7 @@ sub PASV_command {
|
||||
local $SIG{ALRM} = sub { die "alarm\n" };
|
||||
|
||||
# assume swift operations unless explicitly slow
|
||||
alarm ($controldelay?20:7);
|
||||
alarm ($controldelay?20:10);
|
||||
|
||||
# Wait for 'CNCT'
|
||||
my $input;
|
||||
|
||||
Reference in New Issue
Block a user