There seems to be some corruption occuring when using the % before filename option to parse cookies. In the ini under Post I have:
mkd =%test.exe MKD %[$user]|%[$group]|%[$pwd]|
That is parsed fine and passes, as an example
MKD ioFTPD|ioftpd|/ioFTPD/system/|
(Newline)
MKD test.dir
With what would normally be passed on the command line sent after a newline and a space. At first it seemed fine but then it started sending semi-random stuff after the newline, with the rest still coming after it without any cut off.
A few examples...
MKD ioFTPD|ioftpd|/ioFTPD/system/|
unters MKD gggggggggggggg
MKD ioFTPD|ioftpd|/ioFTPD/system/|
msg MKD hh
MKD ioFTPD|ioftpd|/ioFTPD/system/|
oFTPD MKD hohumhohum
- For the rest the format was, without the ending |:
mkd =%test.exe MKD %[$user]|%[$group]|%[$pwd]
MKD ioFTPD|ioftpd|/ioFTPD/system/
rnal MKD 30l0skgg
MKD ioFTPD|ioftpd|/ioFTPD/system/
ioFTPD\system\hello MKD hello
MKD ioFTPD|ioftpd|/h/
%[$pwd MKD yeah
MKD ioFTPD|ioftpd|/h/
%[$pwd MKD yeaaahhh
|