SftpBatchTransferProblemDetectedEventArgs.RemoteFileLength Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9448)
RemoteFileLength
Gets the length of the remote 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 RemoteFileLength { get; }
Property Value
| Type | Description |
|---|---|
| Int64 | File length. |