wodFtpDLX ActiveX Control - IwodFtpNotify Object
    
 
Description

IwodFtpNotify Interface


Members
Methods
Attributes Called when wodFtpDLX retrieves file or directory attributes.
Attributes64 Called when wodFtpDLX retrieves file or directory attributes.
ClientCertRequired Called when server requires client certificate.
Connected Called when wodFtpDLX connects to remote server.
CryptoInformation Called with details on selected encryption protocols.
Disconnected Called when wodFtpDLX disconnects from server.
Done Called when wodFtpDLX finishes some method.
FileTransferData Called during file transfer, allowing you to alter file contents.
FTPReply Called when wodFtpDLX provides information about executed command and returned reply.
HostCertificate Called when remote server provides its certificate.
HostFingerprint Called when remote server provides public key fingerprint information.
ListItems Called when server returns information about file or directory.
LoginChallenge Called when the server requests the response to a login challenge.
LoopError Called after wodFtpDLX performs operation on item and error occurs.
LoopItem Called before wodFtpDLX performs operation on item from the GetFiles/PutFiles/DeleteFiles/LoopFiles sequence.
PreTranslateCommand Called before the command is sent to FTP server.
PreTranslateReply Called before wodFtpDLX evaluates received reply from the server.
Progress Called during file sending or receiving.
Progress64 Called during file sending or receiving for large >4.2gb files.
SiteReply Called with result of SITE command.
StateChange Called when wodFtpDLX changes its state.

Remarks
 
IwodFtpNotify interface is a fast notifications interface you should implement in your application if you want it to "take over" events. When implemented, and wodFtpDLX.Notification property is set to the instance of object that implements this interface, wodFtpDLX will call above methods instead of firing it's events. As you can see - each event has corresponding notification method (callback).