home *** CD-ROM | disk | FTP | other *** search
- Convert
- =======
- (c) 1995 by Paul Wagland.
- penguin@it.com.au
-
- First lets get the copyright out of the way....
- You may not distribute this program except as part of the penftpd package.
- You may not disassemble, or reverse-engineer in any other fashion, this program.
- You may not have multiple copies of this program running at the same time,
- unless you have a multiple licences, or a site license.
- You may have multiple copies on this program on many machines, as long as
- precautions are taken such that only one copy of the program can be
- running at any one time.
- THERE ARE NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
- OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-
- end of copyright.
-
- This program will convert your old TRUSERS, or TRUSERS.PEN, into the new
- format, in penftpd.ini.
-
- To run the program you must be in the directory that penftpd resides in.
- Then you run:
- convert <filename>
-
- Where <filename> is the fully qualified filename that you wish to convert.
- ie.
- convert c:\tcpip\etc\TRUSERS
- convert TRUSERS.PEN
-
- The program will then do two things.
- 1) It will convert the file, and place the results in penftpd.ini
- 2) It also prints, on stdout, the results of the conversion. This output
- can be used as input to convert, if it is saved to a file.
-
- The Penguin
-
- History:
- v0.2
- Was writing out ud: information incorrectly, such that uploads could
- never be done.
- v0.1
- Initial release.
-