Occurs when a significant action occurs in Download, Upload, Delete or GetItems methods.
            Notifies the client about traversing hierarchy structure.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Sftp (in Rebex.Sftp.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Event Traversing As EventHandler(Of SftpTraversingEventArgs) | 
| C# | 
|---|
| public event EventHandler<SftpTraversingEventArgs> Traversing | 
 
     
     
     
     
    