376377378379380381382383384385386
} else { System.out.println("Command failed: "+ftp.getReplyString()); } } } else { if (ftp.features()) { // Command listener has already printed the output } else { System.out.println("Failed: "+ftp.getReplyString()); } }
390391392393394395396397398399400
347348349350351352353354355356357
395396397398399400401402403404405