Back to product page

SftpTransferComplete method


Called when file transfer is complete.

Type

None

Syntax

  • Basic
object.SftpTransferComplete Owner, User, Successful  
The SftpTransferComplete(object,Owner,User,Successful) syntax has these parts:
objectAn expression evaluating to an object of type IwodSSHDNotify.
OwnerA wodSSHDcom object. Instance of wodSSHServer that called this notification method.
UserA SSHUser object. Reference to user who wants to rename a file/folder.
SuccessfulA Boolean value. Determines if transfer was successful.

Remarks

This method is called only if you implemented IwodSSHNotify interface in your application, and wodSSHD.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