atftpd convert/remap slashes

Have got any interesting solutions and ideas for problems with terminal servers? Looking for any solution?
Post Reply
aka
SUPPORT
SUPPORT
Posts: 939
Joined: Fri Dec 03, 2004 2:05 pm
Contact:

atftpd convert/remap slashes

Post by aka »

PCRE file /etc/atftpd.pcre :

Code: Select all

(\S*)\\(\S*)\\(\S*) $1/$2/$3
(\S*)\\(\S*)        $1/$2
Add to atftpd command line:

Code: Select all

--pcre /etc/atftpd.pcre 
Post Reply