Quote:
Originally posted by mr_F
personally i see no use for a script duplicate of an implicit io function
|
I'm not duplicating...
1) "SITE CONFIG" standard method
=========================
site config show FTP_Service
### [FTP_Service]
000:
001: Type = FTP
002: Device_Name = Any
003: Port = 9999
004: Description = My FTP Service
005: User_Limit = 50
006: Allowed_Users = *
007: Messages = ..\text\ftp
...
...
site config replace FTP_Service 5 User_Limit = 100
site config show FTP_Service
### [FTP_Service]
000:
001: Type = FTP
002: Device_Name = Any
003: Port = 9999
004: Description = My FTP Service
005: User_Limit = 100
006: Allowed_Users = *
007: Messages = ..\text\ftp
...
...
site config save
ready
2) "SITE INI" method
===============
site ini FTP_Service User_Limit 100
..and ready
let the people decide themselves...