ftpd::Session method listen_data (public)

 <instance of ftpd::Session[i]> listen_data channel

Defined in

Parameters:
channel (required)

Testcases:
No testcase defined.
Source code:
ns_connchan close ${:listen}
unset :listen
:log debug "listen_data sets :data <$channel>"
set :data $channel
:log debug "have delayed cmds [info exists :delayed_cmds]"
if {[info exists :delayed_cmds]} {
    foreach {lambda arg} ${:delayed_cmds} {
        apply $lambda $arg
    }
    unset :delayed_cmds
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: