FtpTraversingEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9313)
Provides data for the Traversing event.
Syntax
public class FtpTraversingEventArgs : TraversingEventArgs
Inherited Members
Properties
| Name | Description |
|---|---|
| Action | Gets the current transfer action.
Inherited from Traversing |
|
Bytes |
Gets the current total number of bytes to be processed (traversed so far).
Inherited from Traversing |
|
Files |
Gets the current total number of files to be processed (traversed so far).
Inherited from Traversing |
| Item | Gets the file or directory which is currently processed.
Inherited from Traversing |
|
Traversing |
Gets the current traversing state of the current Action.
Inherited from Traversing |
|
User |
Gets a user state object.
Inherited from Traversing |