YaST2 Developers Documentation: Configuration of ftpd

Configuration of ftpd

include/ftpd/write_load.ycp
Wizards definitions
  • Jozef Uhliarik

This module has an unstable interface.

Imports

  • Inetd
  • Popup
  • Service

Global Functions

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