Package: tftp-hpa Version: 0.40-4.1 I am starting the daemon with the -m option specifing the /etc/tftp.rules file as input file with the following content:
Gr (^\\)(.*$) \2 Gr (^/)(.*$) \2 Gr (^.*$) \L\1 The first 2 lines are working and should delete a starting "\" and "/" from a requested filename, the 3rd line does not work, it shold convert upper case caracters from the requested filename to lower case, the \1 excape sequence is ignored. I am requesting files with the tftpd-hpa client like: tftp 192.169.1.2 get WINXP.sif The Error Message from the client: Error code 1: File not found (the file winxp.sif does exist) The /var/log/syslog entry on the tftp server: Feb 14 18:37:32 LINUX01 in.tftpd[24688]: remap: input: /WINXP.sif Feb 14 18:37:32 LINUX01 in.tftpd[24688]: remap: rule 1: rewrite: WINXP.sif Feb 14 18:37:32 LINUX01 in.tftpd[24688]: remap: rule 2: rewrite: WINXP.sif Feb 14 18:37:32 LINUX01 in.tftpd[24688]: remap: done Feb 14 18:37:32 LINUX01 in.tftpd[24688]: RRQ from 192.169.1.1 filename /WINXP.sif remapped to WINXP.sif Feb 14 18:37:32 LITUX01 in.tftpd[24688]: sending NAK (1, File not found) to 192.169.1.1 Depends: libc6 (>= 2.3.2.ds1-4) Kernel: Linux LINUX01 2.4.22-1-386 #9 Sat Oct 4 14:30:39 EST 2003 i686 GNU/Linux -- 10 GB Mailbox, 100 FreeSMS/Monat http://www.gmx.net/de/go/topmail +++ GMX - die erste Adresse für Mail, Message, More +++ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]