property NonBlocking: boolean; default False;

 

Description

Use the NonBlocking property to determine the data transferring mode to use: synchronous or asynchronous.

If NonBlocking is True, then all commands to the SFTP server will not block execution of other code in the application. Data is transferred in the asynchronous mode. The result of the command execution can be received only by processing corresponding event (for example, OnSuccess and OnError). If NonBlocking is False, then the result of command execution is returned by the method when returning control.

The default value is False.

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support