PDA

View Full Version : ioFTPD and commands


Lormen
10-11-2004, 07:24 PM
hi, i am having a bit of a problem with my ioFTPD, just recently i have been unable 2 use commands in my FlashFXP with my ioFTPD, i cannot add users, SITE change or any other command. I have done nothing to change this that i can remember. What can i do to sort this very strange problem?

Thanx

icefuzion
10-11-2004, 07:32 PM
This could be a lot of things...it could be flashfxp itself..or if its ioftpd maybe your site commands listed in your ini are not loading...

tell us more about your ioftpd configuration and show us exactly what happens when you do the site <command> in flashfxp..

Lormen
10-11-2004, 08:05 PM
hmm, well.. i do the command e.g "SITE ADDUSER me me *@*" and it just times out, it shouldnt really be my FlashFXP because it has been working up to a few days ago. What exactly do you need to know?

Lormen
10-11-2004, 08:10 PM
SITE ADDUSER me me *@*
Connection lost: ME!!!!

Is exactly wat i get.

neoxed
10-12-2004, 05:09 AM
You could start by providing us with useful information; such as your ioFTPD version, a time stamped FTP session log and either attach your ioFTPD.ini or paste all script post/pre commands and events.

Lormen
10-12-2004, 07:34 AM
ioFTPD V. 5-8-0r

neoxed
10-12-2004, 01:20 PM
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?

Lormen
10-12-2004, 04:10 PM
Thank you very much, that has fixed and it now works totally perfectly.. ioFTPD RULES!!!!!!!!!!!!!!!!