Spot the mistake in initializing an FTP client for connecting to a server:
FTPClient ftp = new FTPClient();
ftp.connect("172.16.208.1");
Spot the mistake in initializing an FTP client for connecting to a server:
FTPClient ftp = new FTPClient();
ftp.connect("172.16.208.1");