Discuss this help topic in SecureBlackbox Forum

TElSftpSupportedExtension.IsSupportedBlockMode

TElSftpSupportedExtension     See also     


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


Verifies if specified block modes combination is supported by server.

Declaration

[C#]
    bool IsSupportedBlockMode(TSBSftpFileOpenAccess Mode);

[VB.NET]
    Function IsSupportedBlockMode(ByVal Mode As TSBSftpFileOpenAccess) As Boolean

[Pascal]
    function IsSupportedBlockMode(Mode : TSBSftpFileOpenAccess) : boolean;
    TSBSftpFileOpenAccess = set of TSBSftpFileOpenAccessItem;

[C++]
    bool IsSupportedBlockMode(TSBSftpFileOpenAccess Mode);

[PHP]
    bool IsSupportedBlockMode(integer $Mode)

[Java]
    boolean isSupportedBlockMode(TSBSftpFileOpenAccess Mode);

Parameters

  • Mode - block modes combination to be verified

TSBSftpFileOpenAccessItem values

TSBSftpFileOpenAccess values

Return value

     True if specified mode is supported by server,
     False otherwise

Description

    Use this method to verify if block modes combination is supported by server for Block command.

Discuss this help topic in SecureBlackbox Forum