| Authentication |
 |
Determines allowed/required authentication
types. |
| BindIP |
 |
Holds IP address used for listening. |
|
BindIPType |
 |
Determines when component binds interface. |
| Certificate |
 |
Holds private certificate/private key
information. |
| DirFormat |
 |
Defines directory format sent to the client. |
|
Encryption |
 |
Determines encryption algorithm to be used. |
|
ForceUTF8 |
 |
Determines if UTF8 conversion is forced. |
| GoodbyeMessage |
 |
Message sent to the client before he
disconnects. |
| GreetingMessage |
 |
Message sent to the client upon connection. |
|
MaxDataPort |
 |
Specifies highest port that can be used for incoming data
connections. |
|
MinDataPort |
 |
Specifies lowest port that can be used for incoming data
connections. |
|
MonitorTransfers |
 |
Determines if FileTransferData event is fired during file
upload/download. |
| MyHostname |
 |
Holds hostname of local computer. |
| MyIP |
 |
Holds IP address of local computer. |
| Notification |
 |
Fast notification interface to use instead of
events. |
|
PasvPort |
 |
Determines which outgoing port is used in PASV mode. |
| Port |
 |
Port on local computer where FTPD listens for
incoming connections. |
| Protocol |
 |
Determines which protocol is used. |
|
ServerName |
 |
Holds identification for SFTP protocol. |
|
SFTPVersion |
 |
Determines SFTP version number to report to clients. |
| Status |
 |
Determines is server is active. |
|
StrictDataIP |
 |
Determines if secondary (data) connection is restricted to
same IP address as primary. |
| Threads |
 |
Determines if user's data connection is executed in separate
thread. |
| Timeout |
 |
Determines number of seconds before user is
disconnected for inactivity. |
| UseIPv6 |
 |
Determines if wodFTPServer uses IPv6 protocol. |
| Users |
 |
Holds reference to collection of currently
connected users. |
| Version |
 |
Returns version information. |
| VirtualFolders |
 |
Holds global collection of virtual folders. |
| ChangeDir |
Fires when user wants to change directory. |
| Command |
Fires when user enters the command. |
| Connected |
Fires when user connects using valid username. |
| Connecting |
Fires when user tries to connect to the
server. |
|
CryptoInformation |
Fires before user established encrypted connection with the
server. |
| DeleteFile |
Fires when user wants to delete file. |
| Disconnected |
Fires when user leaves the server. |
| DownloadFile |
Fires when user wants to download file. |
|
FileTransferData |
Fires during file transfer, allowing you to alter file
contents. |
| ListDir |
Fires when user lists directory. |
| ListDirData |
Fires just before list items will be sent to the
client. |
| LoginCertificate |
Fires when user wants to authenticate to the server
with public key. |
| LoginPassword |
Fires when user wants to authenticate to the
server. |
| MakeDir |
Fires when user wants to make directory. |
| Progress |
Fires during file transfer. |
| Progress64 |
Fires during file transfer for large files. |
| RemoveDir |
Fires when user wants to remove directory. |
| Rename |
Fires when user wants to rename file or
directory. |
| Response |
Fires when wodFTPServer sends some response. |
| Site |
Fires when user wants to execute site specific
command. |
| StateChanged |
Fires when user's state changes. |
| TransferComplete |
Fires when file transfer is complete. |
|
TransferStatus |
Fires just before transfer finishes, allowing you to return
error to the client. |
| UploadFile |
Fires when user wants to upload file. |