Page 1 of 1

atftpd convert/remap slashes

Posted: Mon Feb 19, 2018 6:34 pm
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