SSH Factory for .NET

Scp.ScpProgressEvent Event

Occurs periodically during a file transfer to mark it's progress.

public event ScpProgressEventHandler ScpProgressEvent;

Event Data

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

Property Description
Bytes The total transferred bytes count.
Filename The target filename.
Mode The transfer mode.
TotalBytes The total bytes to transfer.

See Also

Scp Class | Jscape.Scp Namespace