SSH Factory for .NET

Scp.ScpUploadEvent Event

Occurs after a file is uploaded.

public event ScpUploadEventHandler ScpUploadEvent;

Event Data

The event handler receives an argument of type ScpFileUploadedEventArgs containing data related to this event. The following ScpFileUploadedEventArgs 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