Name
easy:SetOpt_KRBLevel -- get FTP kerberos security level
Synopsis
easy:SetOpt_KRBLevel(level)
Function
Pass a string as parameter. Set the kerberos security level for FTP; this also enables kerberos awareness. This is a string that should match one of the following: 'clear', 'safe', 'confidential' or 'private'. If the string is get but doesn't match one of these, 'private' will be used. Set the string to Nil to disable kerberos support for FTP.

Inputs
level
input value

Show TOC