330331332333334335336337338339340
System.out.println(f.toFormattedString()); } } else if (mlsd) { for (FTPFile f : ftp.mlistDir(remote)) { System.out.println(f.getRawListing()); System.out.println(f.toFormattedString()); } } else if (mlst)
344345346347348349350351352353354
301302303304305306307308309310311
349350351352353354355356357358359