Configuration of ftpd |
include/ftpd/write_load.ycp |
| Wizards definitions | |
|
|
|
This module has an unstable interface. |
Imports
Global FunctionsLocal Functions |
local
GetPassivePortRangeBoundaries ()
->
list<string>
Returns boundaries defined by PassivePortRange.
global
ValueUI (string key, boolean write)
->
string
Function return init value for UI widgets and prepare internal data structure for writing to config file Example: ValueUI("ChrootEnabled") => "yes"/"no"
- Parameters:
-
key write
Info:
initialization this part will be done in function ReadSettings () in FtpServer.ycp
Info:
write option will be done in function WriteSettings () in FtpServer.ycp