OK, I found the solution!
Here's what you have to do if you're having the same problem:
make sure the bstats command is in your ioFTPD.ini
for example:
[FTP_Custom_Commands]
bstats = EXEC ..\scripts\ioBanana\ioBanana.exe bstats
[FTP_SITE_Permissions]
bstats = M
Those lines were missing in my ioFTPD.ini
|