make the ftp server support reply/servercmd, and make SLOWDOWN work, and

update the docs accordingly
This commit is contained in:
Daniel Stenberg
2005-04-14 22:52:08 +00:00
parent e9d068b913
commit cd1144dc24
3 changed files with 19 additions and 10 deletions

View File

@@ -1067,8 +1067,8 @@ sub singletest {
# if this section exists, we verify upload
my @upload = getpart("verify", "upload");
# if this section exists, it is FTP server instructions:
my @ftpservercmd = getpart("server", "instruction");
# if this section exists, it might be FTP server instructions:
my @ftpservercmd = getpart("reply", "servercmd");
my $CURLOUT="$LOGDIR/curl$testnum.out"; # curl output if not stdout