adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FtpServer Class / UseUnencryptedCommandChannel Property


In This Topic
    UseUnencryptedCommandChannel Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property UseUnencryptedCommandChannel As Boolean
    public bool UseUnencryptedCommandChannel {get; set;}
    public:
    property bool UseUnencryptedCommandChannel {
       bool get();
       void set (    bool value);
    }
    See Also