Back to product page

Objects



EnumerationsList of enumerations available in wodFTPServer.
wodFTPDMain wodFTPServer engine object.
wodFTPDNotifyThis is a fast notifications interface you should implement in your application if you want it to "take over" events.
FtpUserHolds information about currently connected user.
FtpUsersCollection of currently connected users.
VirtualFileHolds information about the virtual file - its Name, RelativePath where it appears, and ResolvedPath where user is placed after he changes directory to that file.
VirtualFilesCollection 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.
VirtualFolderHolds information about the virtual folder - its Name, RelativePath where it appears, and ResolvedPath where user is placed after he changes directory to that folder.
VirtualFoldersCollection 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.

Platforms

Windows