home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / pftpd108.zip / PenEdit.doc < prev    next >
Text File  |  1995-10-23  |  3KB  |  88 lines

  1.                                    Useredit
  2.                                    ========
  3.                            (c) 1995 by Paul Wagland.
  4.                                penguin@it.com.au
  5.  
  6. First lets get the copyright out of the way....
  7. You may not distribute this program except as part of the penftpd package.
  8. You may not disassemble, or reverse-engineer in any other fashion, this program.
  9. You may not have multiple copies of this program running at the same time,
  10.     unless you have a multiple licences, or a site license.
  11. You may have multiple copies on this program on many machines, as long as
  12.     precautions are taken such that only one copy of the program can be
  13.     running at any one time.
  14. THERE ARE NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  15. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  16.  
  17. end of copyright.
  18.  
  19. What is Useredit?
  20. =================
  21.    Useredit is the program that comes with penftpd to manage the user
  22. database. It enables you to add, copy, modify or delete users.
  23.  
  24. To use Useredit just type "Useredit" and press return. Initially Useredit
  25. will come up with the contents of PENFTPD.INI in Useredit's home directory.
  26.  
  27. By default UserEdit will save any changes to penftpd.ini, and then copy
  28. the inifile to the textfile "TRUSERS.PEN"
  29.  
  30. WARNING: ftpPass will overwrite the textfile with the contents of the inifile.
  31.          The text file is only a textual reminder of what is in the inifile.
  32.          Any changes made to the textg file will be ignored, unless "convert"
  33.          is run to convert the text file into a inifile.
  34.  
  35. If you wish to change the file that you are using go to the "file" menu,
  36. and select the "open" choice, then just choose the file you wish to edit.
  37.  
  38. A brief synopsis of the commands follow:
  39. File/Use INI file : Choose INI file to use.
  40. File/Use text file: Choose text file to save to.
  41. Add               : Add a new user to the file.
  42. Copy              : Copy the settings of the current user to a new name.
  43. Edit              : Edit the current user.
  44. Delete            : Delete the current user.
  45.  
  46. The editing notebook.
  47. =====================
  48. Selecting OK here will save the changes, selecting Cancel won't.
  49. You can drag and drop directories onto any place where you enter directory
  50. names, and they will automatically be converted into the correct format.
  51.  
  52. Read/Write/Upload permissions.
  53. ==============================
  54. Because of the unified file-system that penftpd uses to specify
  55. directories you that access will be allowed to you must specify them
  56. in the format:
  57. /drive/directoryname   (Note: the '/' can be '\' if you prefer)
  58.  
  59. example:
  60. c:\pub    becomes /c/pub
  61. c:        becomes /c
  62.  
  63. If you want the user to be able to read all of the drives on your machine,
  64. then give them a read permission of:
  65. /
  66.  
  67. With the editing notebook you are able to specify both readable, and
  68. un-readable directories. It is only necessary to specify non-readable
  69. directories if they lie beneath one of the readable directories.
  70.  
  71. ie.
  72. Readable:
  73.    /c/pub
  74.    /d/pub
  75. Unreadable:
  76.    /c/pub/unreadable   --- necessary
  77.    /d/unreadable       --- not necessary
  78.    /e/pub              --- not necessary
  79.    /e                  --- not necessary
  80.  
  81.  
  82. History
  83. =======
  84. v0.2:
  85.    Added File/Save as text
  86. v0.1:
  87.    Initial release
  88.