View Single Post
Old 10-12-2004, 01:20 PM  
neoxed
Too much time...
 
Join Date: May 2003
Posts: 1,326
Default

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?
neoxed is offline   Reply With Quote