Rebex SFTP for .NET

Sftp.TransferProgress Event

Occurs when data is send or received.

public event SftpTransferProgressEventHandler TransferProgress;

Event Data

The event handler receives an argument of type SftpTransferProgressEventArgs containing data related to this event. The following SftpTransferProgressEventArgs properties provide information specific to this event.

Property Description
BytesSinceLastEvent Gets the number of bytes transferred during the current transfer since the last time the event was raised.
BytesTransferred Gets the total number of bytes transferred during the current transfer.
Finished Gets the value indicating whether the transfer has finished.
Id Gets the user-defined state object specified in a call to Begin... method.
State Gets the transfer state.

See Also

Sftp Class | Rebex.Net Namespace