Back to product page

TransferComplete notification


Called when file transfer is complete.

Syntax

  • Basic
object.TransferComplete Owner, User, Successful
The TransferComplete(object,Owner,User,Successful) syntax has these parts:
objectAn expression evaluating to an object of type wodFTPDNotify.
OwnerA wodFTPDCom object. Reference to wodFTPServer instance that called this notification method.
UserA FtpUser object. Reference to user who completed file transfer.
SuccessfulA Boolean value. Determines if transfer was successful.

Remarks

NOTE: This method is called only if you implemented IwodFTPDNotify interface in your application, and wodFTPD.Notification property has received reference to instance of your implementation.

TransferComplete notification method is called after file transfer is done. Variable Successful will be set to True if file transfer was successful, or False if an error (or abortion) occurred.

Platforms

Windows