My web hosting provider has confirmed that my website has FTPS via TLS.
They told me:
>I have confirmed that I am able to connect to the server using FTPS,
>though I was required to select the explicit TLS option.
I'm using the follow B4A code to setup my FTP session but it still fails to connect and download a small text file that I have confirmed is there.
FTP2.UseSSL = True
FTP2.Initialize("FTP", "ftp.mywebsite.com", 21, pUser, pPW)
Is there anything else I might be able to try?