130131132133134135136137138139140
throw new RuntimeException("Login failure for host: " + host); } } } reply = ftp.binary(); if (!(reply.isSuccess())) { throw new RuntimeException("Could not set binary mode on host: " + host); } return ftp;