Rebex FTP/SSL for .NET

Ftp.TransferProgress Event

Occurs when data is send or received.

public event FtpTransferProgressEventHandler TransferProgress;

Event Data

The event handler receives an argument of type FtpTransferProgressEventArgs containing data related to this event. The following FtpTransferProgressEventArgs 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.
BytesTransfered Gets the total number of bytes transferred during the current transfer.
State Gets the transfer state.

See Also

Ftp Class | Rebex.Net Namespace