Click or drag to resize

FTPFileInfoLength Property

Gets or sets the size, in bytes, of the current file.

Namespace:  Koden.Utils.FTPClient
Assembly:  Koden.Utils.FTPClient (in Koden.Utils.FTPClient.dll) Version: 1.1.6453.26060
Syntax
public long Length { get; set; }

Property Value

Type: Int64
The length.
See Also