0 / 60 seg.

What is achieved by this code in the context of FTP operations?

FTPFile[] files = ftp.listFiles();
for (FTPFile file : files) {
    System.out.println(file.getName());
}