Discuss this help topic in SecureBlackbox Forum

TElSftpClient.SFTPExt

TElSftpClient     


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


Returns additional server attributes.

Declaration

[C#]
    TSBSftpExtendedAttribute SFTPExt[int Index];

[VB.NET]
    Property SFTPExt(ByVal Index As Integer) As TSBSftpExtendedAttribute

[Pascal]
    property SFTPExt[Index : integer] : TSBSftpExtendedAttribute;

[C++]
    TSBSftpExtendedAttribute* get_SFTPExt(int32_t Index);

[PHP]
    TSBSftpExtendedAttribute get_SFTPExt(integer $Index)

[Java]
    TSBSftpExtendedAttribute getSFTPExt(int Index);

Parameters

  • Index - specifies the index of the desired attribute in the list. The indexing starts with 0.

Description

    Use this property to get the list of extended attributes. Use of this property makes sense only for SFTP versions 4 and later.

Discuss this help topic in SecureBlackbox Forum