How do you use the sub FileUploadCompleted ?
I wrote
but it appears the error :
I wrote
B4X:
Sub SSH_FileUploadCompleted(Success As Boolean, RemoteFile As String, LocalTargetDirectory As String, TaskId As Int)
If Success=True Then
msgbox ("OK","")
Else
End If
End Sub
An error has occured in sub: java.lang.Exception: Sub ssh_fileuploadcompleted signature does not match expected signature