Lines Matching refs:reply
441 # Returns the given test's reply data
452 my @data = getpart("reply", "data$testpart");
454 @data = getpart("reply", "data");
569 'QUIT' => '221 bye bye baby', # just reply something
2141 my @data = getpart("reply", "data");
2204 my @data = getpart("reply", "mdtm");
2206 my $reply = $data[0];
2207 chomp $reply if($reply);
2209 if($reply && ($reply =~ /^[+-]?\d+$/) && ($reply < 0)) {
2212 elsif($reply) {
2213 sendcontrol "$reply\r\n";
2256 my @data = getpart("reply", "size");
2271 @data = getpart("reply", "data$testpart");
2346 my @data = getpart("reply", "data$testpart");
2353 my %hash = getpartattr("reply", "data$testpart");
2588 # PASV reply
2598 # EPSV reply
2861 logmsg "FTPD: set custom reply for $1\n";
2872 logmsg "FTPD: set custom reply for empty command\n";
2875 logmsg "FTPD: set custom reply for $2 command\n";
2879 # we blank the custom reply for this command when having
2882 logmsg "FTPD: blank custom reply for $1 command after $2 uses\n";
2886 logmsg "FTPD: delay reply for $1 with $2 seconds\n";
3321 # See if there is a custom reply for the full text
3329 # See if there is a custom reply for the command
3333 # used enough times so blank the custom command reply
3354 # only perform this if we're not faking a reply