SftpBatchTransferProblemDetectedEventArgs.LocalFileLength Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
LocalFileLength
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.
Declaration
public long LocalFileLength { get; }
Property Value
Type | Description |
---|---|
Int64 | File length. |