I use this code in the Android version of my app:
In B4i however the UseSSLExplicit flag is not recognized. In another post I read that in B4J it is not possible to use SSL with FTP.
Is this the same for B4i or is there a solution to use SSL with FTP in B4i?
B4X:
Dim ftp As FTP
ftp.Initialize("ftp", sServer, iPort, sUser, sPWD)
ftp.PassiveMode = True
ftp.UseSSLExplicit = True
In B4i however the UseSSLExplicit flag is not recognized. In another post I read that in B4J it is not possible to use SSL with FTP.
Is this the same for B4i or is there a solution to use SSL with FTP in B4i?