Thread: ioINI
View Single Post
Old 04-13-2005, 05:50 PM  
Grendel
Senior Member
 
Grendel's Avatar
 
Join Date: Jul 2004
Posts: 187
Default

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...
__________________
- FlashFXP v4.0 BETA (v3.7.9 Build 1401) registered
- Windows 7 x64
- McAfee Antivirus Enterprise 8.7i Patch 2 + Antispyware 8.7i
Grendel is offline   Reply With Quote