home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Comunicatii / guildftp / GuildFTPd.exe / site_commands.txt < prev    next >
Text File  |  2002-03-14  |  3KB  |  89 lines

  1. Usefull SITE commands to have full control in a FTP Server(Siteops and co-siteops):
  2.  
  3.  
  4. Assuming that you have a administrator's account (siteops and co-siteops) you will 
  5. be able to fully control the access and usage of the FTP Server. Also, have set all 
  6. dirs as in default for ALL users. Users with special l/ps that will have access to 
  7. special folders will have to be added manually in the FTPd itself. These commands are 
  8. to add users only. Adding Groups and modes, once again, have to be added in the 
  9. daemon itself. That has to be done in the FTP Server itself. No way to remotely add 
  10. that.
  11. Obs: After setting all dirs that EVERYONE can use as default, the site op could use 
  12. these SITE commands.
  13.  
  14.  
  15. * = IMPLEMENTED
  16.  
  17.  
  18. *Add USER:
  19. *SITE ADDUSER %d[Group:] %d[Usename:] %d[Password:]
  20. *Description: Add user (will add user to the given group it finds in the ftp server)
  21.  
  22.  
  23. *Add GROUP:
  24. *SITE ADDGROUP %d[Group:]
  25. *Description: Add group (will add an empty group with the specified name)
  26.  
  27.  
  28. *Add PATH:
  29. *SITE ADDPATH %d[Group\Name:] %d[LocalPath:] %d[VirtualPath:]
  30. *Description: Add Path (will add a path to the specified group\user with the given local & virtual path with only read & list rights)
  31.  
  32.  
  33. *Change Login Amont:
  34. *SITE CHLOGINS %d[Username:] %d[Amount]
  35. *Description: Change Maximum Login Amount for a certain User name
  36.  
  37.  
  38. Allow Anonymous login:
  39. SITE ANON ALLOW
  40. Description: Users using the anonymous l/p will be able to login
  41.  
  42.  
  43. Deny Anonymous Login:
  44. SITE ANON DENY
  45. Description: Users using the anonymous l/p will NOT be allow to login
  46.  
  47. *Change Login Pass:
  48. *SITE CHPASS %d[user] %d[new pass]
  49. *Description: Changes the user's password.
  50.  
  51.  
  52. *Delete User:
  53. *SITE DELUSER %d[User:]
  54. *Description: Delete the user's l/p
  55.  
  56.  
  57. *Delete Group:
  58. *SITE DELGROUP %d[Group:]
  59. *Description: Delete the group specified
  60.  
  61.  
  62. *Delete Path:
  63. *SITE DELPATH %d[User/Group:]  %d[Local Path]
  64. *Description: Deletes the specified local path from the given user / group
  65.  
  66.  
  67. *Disable User:
  68. *site disable %d[User:]
  69. *Description: Users trying to login using a certain l/p won't be able to get in. But the l/p *will remain.
  70.  
  71.  
  72. *Enable User:
  73. *site enable %d[User:]
  74. *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.
  75.  
  76.  
  77. *Who's online:
  78. *SITE WHO
  79. *Description: Shows you a list of users currently logged in
  80.  
  81.  
  82. *Kick a User:
  83. *SITE KICK %d[user id]
  84. *Description: After doing the SITE WHO u can select which user to kick.
  85.  
  86. *Message Admin:
  87. *SITE MSG %d[Message]
  88. *Description: Send a message to the administrator
  89.