Beispiel #1
0
 public void start() throws IOException {
   try {
     logger.debug("Sending proxy get");
     cmd.executeAsync(channel, this);
     logger.debug("Proxy get sent");
     cb.info(String.valueOf(cmd.getId()));
   } catch (ProtocolException e) {
     logger.warn("Error requesting file from " + channel, e);
     throw new IOException("Error requesting file from " + channel);
   }
 }