0 / 60 seg.

What is the function of this code in managing an FTPS connection?

FTPSClient ftps = new FTPSClient("TLS", false);
ftps.connect("ftp.example.com");