SFTP Object
 
Syntax
 
SFTP.SyncTreeUploadAsync(localBaseDir As String, remoteBaseDir As String, ByVal mode As Long, ByVal bRecurse As Long) As ChilkatTask
 
Description
Creates an asynchronous task to call the SyncTreeUpload method with the arguments provided.
 
Note: Async method event callbacks happen in the background thread. Accessing and updating UI elements existing in the main thread may require special considerations.
 
Returns Nothing on failure
 
See Also