I have net library v1.75 and B4A v6.31 but this not works (undeclared variable Wait)
what am I doing wrong?
B4X:
Dim sf As Object = myFTP.DownloadFile("www.xxxxxxxx.net/okcibus/" & codice & "_" & cftp,False, File.DirRootExternal, "ppp.jpg")
Wait For (sf) FTP_UploadCompleted (ServerPath As String, Success As Boolean)
what am I doing wrong?