ScpBatchTransferProgressEventArgs.CurrentFileLength Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
CurrentFileLength
Gets the length of the currently transferred file. This value is only valid for FileTransferStarting operation. For other operations, -1 is returned.
Declaration
public long CurrentFileLength { get; }
Property Value
Type | Description |
---|---|
Int64 | File length. |