iOS Question FTP file upload with SSL

mcorbeel

Active Member
Licensed User
Longtime User
I use this code in the Android version of my app:
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?
 

Jmu5667

Well-Known Member
Licensed User
Longtime User
I have just done this on B4a this morning and have implemented it on B4i, it does not appear to support it, or I have missed something.
 
Upvote 0
Top