home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-05-19 | 706 b | 18 lines |
-
- [SERWEB]
-
- PortNumber = 80 ; Which Port to listen into
- HowManyClients = 5 ; Allow up to 5 people to be on at the same time.
-
- ClosedServer = 0 ; 0 = OK to log in, 1 = not OK
- PeriodAllowed = 1 ; 0 = allow .. on the filenames, else don't..
- PrintOut = 1 ; Send output to status window: 1 = Yes, 0 = No
-
- ; Where to start sending from (ex - if you specify c:\data as your send dir, you can gewt c:\data\test, c:\data\other\test, but not c:\test
- SendDir = c:
-
- ; Message files to send specific information ......
- FileNotExistMsg = c:\serweb\nofile.htm
- ClosedServerMsg = c:\serweb\closed.htm
- PeriodAllowedMsg = c:\serweb\period.htm
-