Q : How to disable or replace built in site commands ?

A : First of all you need RaidenFTPD v2.2 build 486+ , and if you have it , you can see the following lines in the *.ftpd server configuration file

EXCEPT_SITE_CMD_R=
EXCEPT_SITE_CMD_S=
EXCEPT_SITE_CMD_N=
EXCEPT_SITE_CMD_G=

if you don't , simply open the FTP-server editor in RaidenFTPD gui and save your *.ftpd again , and they will be generated


disabling site command for root level users

for example when you want to disable site adduser , site deluser commands for root level users , simply edit the

EXCEPT_SITE_CMD_R=

and make it

EXCEPT_SITE_CMD_R=adduser,deluser

and if you want to disable site command for super level users , edit

EXCEPT_SITE_CMD_S=

and if you want to disable site command for normal level users , edit

EXCEPT_SITE_CMD_N=

and if you want to disable site command for guest level users , edit

EXCEPT_SITE_CMD_G=

replacing the internal site command

when you disable any site command , you can add the same command externally using the rule we defined in site command sdk

 

Copyright © RaidenFTPD TEAM , ALL RIGHTS RESERVED

REVISION 2.2 , 2002/01/02