The IFtp type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| DeleteProgressChanged |
Occurs when a significant action occurs in Delete(String, TraversalMode) method.
Notifies the client about currently processing directory, currently deleting file and progress of the delete.
| |
| ListItemReceived |
Occurs when a file and directory listing item is received by the GetList()()()(), GetRawList()()()(), GetNameList()()()() or GetItems(String) methods.
Notifies the client about currently processed item.
| |
| ProblemDetected |
Occurs when a problem is detected in Download(String, String), Upload(String, String), Delete(String, TraversalMode) or GetItems(String) methods,
making it possible for the handler to choose a desired reaction.
| |
| TransferProgressChanged |
Occurs when a significant action occurs in Download(String, String), Upload(String, String) methods.
Notifies the client about currently processing directory, currently transferring file and progress of the transfer.
| |
| Traversing |
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.
|