Hello, I am currently sending the command:
And it is completed in:
I would like to do it with wait for, but I can not find any thread where it is explained.
How should I do it?
Thank you.
B4X:
FTPpro.SendCommand ("NOOP", "")
B4X:
Sub FTPpro_CommandCompleted (Command As String, Success As Boolean, ReplyCode As Int, ReplyString As String)
How should I do it?
Thank you.