Internet Direct (Indy) Version 9.0.1 Beta
Content
|
Index
|
Reference
Unit Overview
IdFTPServer
Types in Unit IdFTPServer
TIdFTPOperation
Operation to be performed on the data channel for an FTP client.
TIdFTPSystems
Represents the computer system emulated by the FTP server implementation.
TIdFTPUserType
Represents the type of user account used for the threaded client connection.
TOnAfterUserLoginEvent
Event type signalled after successful authentication of an FTP client connection.
TOnDirectoryEvent
Event signalled when directory-related FTP commands are performed.
TOnFileEvent
Event type triggered when deleting a file on the FTP server.
TOnGetFileSizeEvent
TOnListDirectoryEvent
Event type signalled when a directory listing is needed for an FTP client connection.
TOnRenameFileEvent
Event type signalled to allow an FTP server to rename a file.
TOnRetrieveFileEvent
Event type signalled to allow an FTP server to retrieve a file.
TOnStoreFileEvent
Event signalled to allow an FTP server to load a file onto the local file system.
TOnUserLoginEvent