What does this code segment do when connecting to an FTP server?
FTPClient ftp = new FTPClient();
ftp.connect("172.16.208.128");
ftp.setControlEncoding("UTF-8");
What does this code segment do when connecting to an FTP server?
FTPClient ftp = new FTPClient();
ftp.connect("172.16.208.128");
ftp.setControlEncoding("UTF-8");