| Enumerations | List of enumerations available in wodFTPServer. |
| wodFTPD | Main wodFTPServer engine object. |
| wodFTPDNotify | This is a fast notifications interface you should implement in your application if you want it to "take over" events. |
| FtpUser | Holds information about currently connected user. |
| FtpUsers | Collection of currently connected users. |
| VirtualFile | Holds information about the virtual file - its Name, RelativePath where it appears, and ResolvedPath where user is placed after he changes directory to that file. |
| VirtualFiles | Collection of VirtualFile objects. You can add, remove or reference specific objects in the collection. Managing the collection can be done at any time - even while user is connected to the server, and it will be visible immediately by the user.
|
| VirtualFolder | Holds information about the virtual folder - its Name, RelativePath where it appears, and ResolvedPath where user is placed after he changes directory to that folder.
|
| VirtualFolders | Collection of VirtualFolder objects. You can add, remove or reference specific objects in the collection. Managing the collection can be done at any time - even while user is connected to the server, and it will be visible immediately by the user. |