Ejemplo n.º 1
0
  /** Método Run() */
  public void run() {
    // Log.log("\n\nFILERECEPCION","");
    try {
      // RECIBIR UN FICHERO
      this.receiveFile();

      if (this.id_socketIn != null) this.protocolcFTP.removeFileRecepcion(this.id_socketIn);

    } catch (ClusterNetInvalidParameterException e) {
      protocolcFTP.getFTP().error(e.getMessage());
    } catch (ClusterNetExcepcion e) {
      protocolcFTP.getFTP().error(e.getMessage());
    } catch (IOException e) {
      protocolcFTP.getFTP().error(e.getMessage());
    } finally {

      Log.log("*.- FIN FileRecepcion FIABLE.", "");
    }
  }