home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / tftpd025.zip / tftpddoc.txt < prev    next >
Text File  |  1997-01-26  |  3KB  |  119 lines

  1. tftpd DOCUMENTATION
  2. -------------------
  3.  
  4.  
  5. INTRODUCTION
  6. ------------
  7.  
  8. This is an early documentation for tftpd the best FTP deamon for OS/2.
  9.  
  10.  
  11. tftpd FILES
  12. -----------
  13.  
  14. The tftpd ZIP contains the following files:
  15.  
  16. readme.txt    Last minute information
  17. whatsnew.txt  Version history
  18. tftpddoc.txt  This file
  19. tftpd.exe     Terje's FTP Deamon
  20. tftpacct.exe  Account Manager for tftpd
  21.  
  22. The following files will be created when running "tftpacct":
  23.  
  24. tftpd.usr     User database
  25. tftpd.grp     Group database
  26. tftpd.sha     Share database
  27. tftpd.mem     User group membership database
  28.  
  29. The following files will be created when running "tftpd":
  30.  
  31. tftpduse.log  Default usage log file (AscII file)
  32.  
  33. These files should ONLY be modified with the use of "tftpacct". Both "tftpd"
  34. and "tftpacct" will look for these files in the current directory only.
  35.  
  36.  
  37. SIMPLE TEST CONFIGURATION
  38. -------------------------
  39.  
  40. First you will have to setup at least one user, one group and one share. The
  41. user also has to be member of a group.
  42.  
  43. Do the following:
  44.  
  45. This will make a user with the name "testusr" and the password "testpwd", and
  46. please note what userid it get, that will be needed to add the user to a group.
  47.  
  48.   tftpacct -au testusr testpwd
  49.  
  50. This will make a group with the name "testgrp", also note the groupid given.
  51.  
  52.   tftpacct -ag testgrp
  53.  
  54. This will make a share for "x:\path" with full access for both user and group.
  55.  
  56.   tftpacct -as x:/path . rwx--rwx------- 0 0
  57.  
  58. And finally thiswill add the user with userid 0 to the group with groupid 0.
  59. User can be member in as many groups as wanted.
  60.  
  61.   tftpacct -am 0 0
  62.  
  63. Now you should be ready to start the ftpd with the command:
  64.  
  65.   tftpd -s
  66.  
  67.  
  68. tftpd - TERJE'S FTP DEAMON
  69. --------------------------
  70.  
  71. Usage:
  72.   tftpd {parameters}
  73.     -c[users]                           Max concurrent users (Default = 16)
  74.     -p[port]                            Listen to specified port (Default = 21)
  75.     -s                                  Start deamon
  76.  
  77.  
  78. tftpacct - ACCOUNT MANAGER FOR tftp
  79. -----------------------------------
  80.  
  81. Usage:
  82.   tftpacct [parameters]
  83.     -l[u|g|s]                           List users/groups or shares (u, g or s)
  84.     -lu [username]                      List specific user with statistics
  85.     -au [username] [password]           Add a new user
  86.     -ag [groupname]                     Add a new group
  87.     -as [localpath] [ftppath] [access]  Add a share
  88.           [userid] [groupid]
  89.     -am [groupid] [userid]              Add a user to a group
  90.     -du [userid]                        Delete a user
  91.     -dg [groupid]                       Delete a group
  92.     -ds [shareid]                       Delete a share
  93.     -dm [groupid] [userid]              Remove a user from a group
  94.  
  95.  
  96. Possible accesslevels are:
  97.   r = read, w = write, x = execute, v = view only, n = no delete.
  98.  
  99.  
  100. CONTACTING THE AUTHOR
  101. ---------------------
  102.  
  103. MAILING LIST
  104. ------------
  105.  
  106. Please use this list for most communication about tftpd.
  107.  
  108. To subscribe, send a mail to "steward@kalv20.ub.ntnu.no" with the words 
  109. "subscribe merlin" in the body of the message.
  110.  
  111. To post to the list, send a mail to "merlin@ub.ntnu.no".
  112.  
  113.  
  114. DIRECT CONTACT
  115. --------------
  116. eMail: tf@ub.ntnu.no
  117. EFnet: [Frog]       (This is usually me when I'm awake)
  118.        Mr_Frog      (This is online most of the time, latest version of tftpd allways on offer)
  119.