1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

show the ftp server invoke line when -d is used

This commit is contained in:
Daniel Stenberg 2001-03-05 14:03:48 +00:00
parent 4646a1ffa9
commit 1717963e3d

View File

@ -154,6 +154,10 @@ sub runftpserver {
if ($RUNNING != 1) {
my $flag=$debugprotocol?"-v ":"";
if($debugprotocol) {
print "* Starts ftp server verbose:\n";
print "perl $srcdir/ftpserver.pl $flag $FTPPORT &\n";
}
system("perl $srcdir/ftpserver.pl $flag $FTPPORT &");
sleep 1; # give it a little time to start
}