0 / 60 seg.

To connect to an FTP server using the FTPClient class, which method is used to specify the server's IP address or domain name?

FTPClient ftp = new FTPClient();
ftp._____("172.16.208.128");