0 / 60 seg.

Spot the mistake in initializing an FTP client for connecting to a server:

FTPClient ftp = new FTPClient();
ftp.connect("172.16.208.1");