Android Question FTP Wait For

dibesw

Active Member
Licensed User
Longtime User
I have net library v1.75 and B4A v6.31 but this not works (undeclared variable Wait)
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?
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top