The problem is the pre_command sitewho script. There's a bug in that script which blocks other site commands.
Instead of:
[FTP_Pre-Command_Events]
site = EXEC ..\scripts\sitewho.exe template=2 show_hidden_users
Use:
[FTP_Custom_Commands]
who = EXEC ..\scripts\sitewho.exe template=2 show_hidden_users
If that doesn't solve it, are there any entries in /logs/SystemError.log?
|