SSH Factory for .NET

Scp.ScpDownloadEvent Event

Occurs after a file is downloaded.

public event ScpDownloadEventHandler ScpDownloadEvent;

Event Data

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

Property Description
Bytes The total transferred bytes count.
Filename The target filename.
Time The total transfer time in ms.

See Also

Scp Class | Jscape.Scp Namespace