Sftp.IFtp.Traversing Event
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
Occurs when a significant action occurs in Download(String, String), Upload(String, String), Delete(String, TraversalMode) or GetItems(String) methods. Notifies the client about traversing hierarchy structure.
Syntax
event EventHandler<TraversingEventArgs> IFtp.Traversing
Returns
Type | Description |
---|---|
EventHandler<TraversingEventArgs> |