nc_program_manager/Cnc
dtrentin 89487256d7 fix(mazak): harden FTP list parsing + surface root-list failure
- FtpListParser: tolerant DOS/IIS regex (optional AM/PM, 2-or-4-digit
  year, 1-or-2-digit hour) for 24h/locale-dependent Mazak servers;
  NLST fallback now only accepts single-token lines (multi-token
  garbage/header -> skip) to avoid whole-line-as-filename.
- MazakMachine.BuildTreeAsync: root-level LIST failure now propagates
  -> Fail (no more silent exit 0 on a diagnostic probe). Children keep
  best-effort inline "errore lista" swallow. Depth semantics preserved.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-18 15:14:57 +02:00
..
Fagor feat(16-fagor): Fagor CNC FTP support + validator gating 2026-05-25 20:27:18 +02:00
Fanuc feat(15-logging): NLog structured logging — all output through NLog (v0.5 complete) 2026-05-18 23:57:27 +02:00
Heidenhain feat(15-logging): NLog structured logging — all output through NLog (v0.5 complete) 2026-05-18 23:57:27 +02:00
Mazak fix(mazak): harden FTP list parsing + surface root-list failure 2026-07-18 15:14:57 +02:00
Mitsubishi fix(mitsubishi): symmetric read/write FTP path (ISS-020) 2026-06-02 09:57:10 +02:00
Models feat(mazak): add Mazak CNC support via FTP (EIA/ISO) 2026-06-16 19:12:07 +02:00
Siemens feat(15-logging): NLog structured logging — all output through NLog (v0.5 complete) 2026-05-18 23:57:27 +02:00
CncMachineFactory.cs fix(mazak): harden FTP list parsing + surface root-list failure 2026-07-18 15:14:57 +02:00
ICncMachine.cs refactor(rename): FanucProgramManager → NcProgramManager 2026-05-17 22:31:36 +02:00
IFanucMachine.cs refactor(rename): FanucProgramManager → NcProgramManager 2026-05-17 22:31:36 +02:00
INcProgramValidator.cs refactor(rename): FanucProgramManager → NcProgramManager 2026-05-17 22:31:36 +02:00
NcProgramValidator.cs feat(mazak): add Mazak CNC support via FTP (EIA/ISO) 2026-06-16 19:12:07 +02:00