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

  1.                                     FTPpass
  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.  
  20. Well this program maintains passwords in your TRUSERS file.
  21.  
  22. to use:
  23. ftpPass [-i<Inifile>] [-t<Textfile>]
  24.  
  25. ftpPass defaults to using "penftpd.ini" and "TRUSERS.PEN" in it's home
  26. directory. Use -i to specify another Inifile to use, or -t to specify
  27. another textfile to use.
  28.  
  29. WARNING: ftpPass will overwrite the textfile with the contents of the inifile.
  30.  
  31. Enter the user name whose password you want to change, and the new password.
  32. You will be asked to verify this password. If you do so correctly then the
  33. password will be changed.
  34.