Hello
I have problems configuring FTP over TLS 1.2
What would be the correct way?
my code is as follows
but the error message is:
org.apache.commons.net.ftp.ftpConnectionClosedException: Connection closed without indication
I have problems configuring FTP over TLS 1.2
What would be the correct way?
my code is as follows
B4X:
FTP.Initialize ("FTP", FTPServerName, Serverserver, LoginServer, PasswordServer)
ctm.InitializeAcceptAll
FTP.SetCustomSSLTrustManager (ctm)
FTP.PassiveMode = True
FTP.UseSSL = False
FTP.UseSSLExplicit = True
FTP.DownloadFile (FolderRemote & MDATOSZIP, False, External Path, MDATOSZIP)
FTP.TimeoutMs = 80000
FTP.Close ()
org.apache.commons.net.ftp.ftpConnectionClosedException: Connection closed without indication
Last edited: