wodFTPServer ActiveX Control - wodFTPD Object
    
 
Description

wodFTPD Class


Object Model






Members
Methods
About Displays About box.
Start Starts accepting incoming connections.
StateText Provides string expression of a state.
Stop Stops the server and kills all connections.

Properties
Authentication Read-write property Determines allowed/required authentication types.
BindIP Read-write property Holds IP address used for listening.
BindIPType Read-write property Determines when component binds interface.
Certificate Read-write property Holds private certificate/private key information.
DirFormat Read-write property Defines directory format sent to the client.
Encryption Read-write property Determines encryption algorithm to be used.
ForceUTF8 Read-write property Determines if UTF8 conversion is forced.
GoodbyeMessage Read-write property Message sent to the client before he disconnects.
GreetingMessage Read-write property Message sent to the client upon connection.
MaxDataPort Read-write property Specifies highest port that can be used for incoming data connections.
MinDataPort Read-write property Specifies lowest port that can be used for incoming data connections.
MonitorTransfers Read-write property Determines if FileTransferData event is fired during file upload/download.
MyHostname Read-write property Holds hostname of local computer.
MyIP Read-write property Holds IP address of local computer.
Notification Read-write property Fast notification interface to use instead of events.
PasvPort Read-write property Determines which outgoing port is used in PASV mode.
Port Read-write property Port on local computer where FTPD listens for incoming connections.
Protocol Read-write property Determines which protocol is used.
ServerName Read-write property Holds identification for SFTP protocol.
SFTPVersion Read-write property Determines SFTP version number to report to clients.
Status Read-only property Determines is server is active.
StrictDataIP Read-write property Determines if secondary (data) connection is restricted to same IP address as primary.
Threads Read-write property Determines if user's data connection is executed in separate thread.
Timeout Read-write property Determines number of seconds before user is disconnected for inactivity.
UseIPv6 Read-write property Determines if wodFTPServer uses IPv6 protocol.
Users Read-only property Holds reference to collection of currently connected users.
Version Read-write property Returns version information.
VirtualFolders Read-only property Holds global collection of virtual folders.

Events
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.