home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / pftpd108.zip / convert.doc next >
Text File  |  1995-07-26  |  2KB  |  44 lines

  1.                                     Convert
  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. This program will convert your old TRUSERS, or TRUSERS.PEN, into the new
  20. format, in penftpd.ini.
  21.  
  22. To run the program you must be in the directory that penftpd resides in.
  23. Then you run:
  24. convert <filename>
  25.  
  26. Where <filename> is the fully qualified filename that you wish to convert.
  27. ie.
  28. convert c:\tcpip\etc\TRUSERS
  29. convert TRUSERS.PEN
  30.  
  31. The program will then do two things.
  32. 1) It will convert the file, and place the results in penftpd.ini
  33. 2) It also prints, on stdout, the results of the conversion. This output
  34.    can be used as input to convert, if it is saved to a file.
  35.  
  36. The Penguin
  37.  
  38. History:
  39. v0.2
  40.    Was writing out ud: information incorrectly, such that uploads could
  41.    never be done.
  42. v0.1
  43.    Initial release.
  44.