Class ::ftpd::Server

::ftpd::Server[i] create ... \
           [ -host (default "::1") ] \
           [ -listen listen ] \
           [ -port (default "21") ] \
           [ -rootdir:substdefault (default "[file normalize [ns_server pagedir]/]") ]

Defined in

Class Relations

  • class: ::nx::Class[i]
  • superclass: ::ftpd::Infrastructure[i]

Methods (to be applied on instances)

  • destroy (scripted, public)

     <instance of ftpd::Server[i]> destroy

    Testcases:
    No testcase defined.
  • listen (scripted, public)

     <instance of ftpd::Server[i]> listen

    Testcases:
    No testcase defined.
  • listen_handler (scripted, public)

     <instance of ftpd::Server[i]> listen_handler channel
    Parameters:
    channel (required)

    Testcases:
    No testcase defined.