Fixed the FTP server read stuff when waiting for a connect after a PASV/EPSV.
Made the ftp server use the passed in pidfile name, and made runtests.pl pass it in properly.
This commit is contained in:
@@ -553,7 +553,7 @@ sub runftpserver {
|
||||
if($ipv6) {
|
||||
$flag .="--ipv6 ";
|
||||
}
|
||||
my $cmd="$perl $srcdir/ftpserver.pl $flag --port $port";
|
||||
my $cmd="$perl $srcdir/ftpserver.pl --pidfile $pidfile $flag --port $port";
|
||||
|
||||
my $ftppid = startnew($cmd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user