PopWeasel: Confirmed. I used a $ instead of a % in one of the formatting options for the date. That meant the option didn't get interpreted correctly and the resulting string was longer than the temp buffer. The good news is I'm using the secure version of sprintf and an exception is being thrown when it sees the buffer is too small. That makes finding problems easy
New Version:
ioFTPD-v6.1.3.zip
Code:
v6.1.3 Release Notes:
1) Removed the never implemented OnServiceStart and OnServiceStop events from
the ioFTPD.ini file.
2) Fixed the formatting string for printing dates via list -T.