Discuss this help topic in SecureBlackbox Forum

TSBSftpRealpathControl

Declared in     See also     


Filter: C#/Java  VB.NET  Pascal  C++  


This topic is under development…

Declaration

[C#/Java]
    enum TSBSftpRealpathControl { rcNoCheck = 0, rcStatIf = 1, rcStatAlways = 2 };

[VB.NET]
    Enum TSBSftpRealpathControl
        rcNoCheck = 0
        rcStatIf = 1
        rcStatAlways = 2
    End Enum

[Pascal]
    TSBSftpRealpathControl = (rcNoCheck, rcStatIf, rcStatAlways);

[C++]
    typedef uint8_t TSBSftpRealpathControlRaw;
    typedef enum { rcNoCheck = 0, rcStatIf = 1, rcStatAlways = 2 } TSBSftpRealpathControl;

Description

Possible values:


Declared in

.NET:
  • Namespace: SBSftpCommon
  • Assembly: SecureBlackbox.SFTPCommon
VCL:
  • Unit: SBSftpCommon
Java:
  • Package: SecureBlackbox.SFTPCommon.jar
C++:
  • sbsftpcommon.h

See also:     KeyFormat    

Discuss this help topic in SecureBlackbox Forum