Gets the length of the local file that is currently processed. If the problem isn't related to a file or if this information is not available, -1 is returned.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public ReadOnly Property LocalFileLength As Long
	Get
C#
public long LocalFileLength { get; }

Field Value

File length.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also