edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

VMSFileParserBlockSize Property

Get and set the blocksize used to calculate the file size.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public int BlockSize { get; set; }

Property Value

Int32

Remarks

The blocksize is multiplied by the reported size to obtain the actual size.

See Also