If u disable ioLimitTransfers, do u still get the 426 error? I don't think the error lies with the script, because it either
- returns 0, so io starts the download
- returns non-zero and shows a 530 error message
to disable ioLimitTransfers, comment this line in ioFTPD.ini :
[FTP_Pre-Command_Events]
; retr = EXEC ..\scripts\ioLimitTransfers.exe
|