ftpd::Session method AUTH (protected)

 <instance of ftpd::Session[i]> AUTH option

Defined in

Parameters:
option (required)

Testcases:
No testcase defined.
Source code:
if {$option eq "TLS"} {
    :reply "534 not accepting TLS"
    #:reply "234 not yet done"
} else {
    :reply "504 unrecognized security mechanism $option"
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: