set A(validate,filename-mismatch-directive) 1
exp_continue
}
+ -re {^ftp-upload\[[0-9]+\]: \(Test\)\
+ DEBUG: Signature made [^\r\n]+} {
+ # from read_directive_file, reporting signature timestamp
+ set A(validate,signature-timestamp) 1
+ exp_continue
+ }
-re {^ftp-upload\[[0-9]+\]: \(Test\)\
DEBUG: [^ ]+ size is [[:digit:]]+} {
# test of the $filename_required variable.
if (($retval =~ /Signature made (.*)/) && ($filename_required)) {
my $timestr = $1;
+
+ ftp_syslog('debug', "($log_style) DEBUG: Signature made $1") if DEBUG;
+
# If the time/date string starts with a weekday (e.g. "Wed Apr 28 16:40:03 2004 EDT"),
# chop off the weekday - Date::Manip doesn't like it
$timestr =~ s/^[a-z]+? ([a-z]+)/$1/i;