function IsSupportedBlockSet(const BlockModes: TScSFTPBlockModes): boolean;
Description
Call the IsSupportedBlockSet method to check if the specified block modes set is supported by SFTP server on requesting to block a file. If the mode is supported, it returns True. False otherwise.
See Also