mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:43:39 +03:00
show the ftp server invoke line when -d is used
This commit is contained in:
parent
4646a1ffa9
commit
1717963e3d
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue