0 / 60 seg.

What is the intention behind this code for downloading a file from an FTP server?

FileOutputStream out = new FileOutputStream("localFile");
ftp.retrieveFile("remoteFile", out);