Usefull SITE commands to have full control in a FTP Server(Siteops and co-siteops): Assuming that you have a administrator's account (siteops and co-siteops) you will be able to fully control the access and usage of the FTP Server. Also, have set all dirs as in default for ALL users. Users with special l/ps that will have access to special folders will have to be added manually in the FTPd itself. These commands are to add users only. Adding Groups and modes, once again, have to be added in the daemon itself. That has to be done in the FTP Server itself. No way to remotely add that. Obs: After setting all dirs that EVERYONE can use as default, the site op could use these SITE commands. * = IMPLEMENTED *Add USER: *SITE ADDUSER %d[Group:] %d[Usename:] %d[Password:] *Description: Add user (will add user to the given group it finds in the ftp server) *Add GROUP: *SITE ADDGROUP %d[Group:] *Description: Add group (will add an empty group with the specified name) *Add PATH: *SITE ADDPATH %d[Group\Name:] %d[LocalPath:] %d[VirtualPath:] *Description: Add Path (will add a path to the specified group\user with the given local & virtual path with only read & list rights) *Change Login Amont: *SITE CHLOGINS %d[Username:] %d[Amount] *Description: Change Maximum Login Amount for a certain User name Allow Anonymous login: SITE ANON ALLOW Description: Users using the anonymous l/p will be able to login Deny Anonymous Login: SITE ANON DENY Description: Users using the anonymous l/p will NOT be allow to login *Change Login Pass: *SITE CHPASS %d[user] %d[new pass] *Description: Changes the user's password. *Delete User: *SITE DELUSER %d[User:] *Description: Delete the user's l/p *Delete Group: *SITE DELGROUP %d[Group:] *Description: Delete the group specified *Delete Path: *SITE DELPATH %d[User/Group:] %d[Local Path] *Description: Deletes the specified local path from the given user / group *Disable User: *site disable %d[User:] *Description: Users trying to login using a certain l/p won't be able to get in. But the l/p *will remain. *Enable User: *site enable %d[User:] *Description: If the Siteop has disable the l/p, this option will enable users to login *again. Useful for temporary accounts such as upload/upload if u don't want ppl to keep on *uploading too much. *Who's online: *SITE WHO *Description: Shows you a list of users currently logged in *Kick a User: *SITE KICK %d[user id] *Description: After doing the SITE WHO u can select which user to kick. *Message Admin: *SITE MSG %d[Message] *Description: Send a message to the administrator