1
0
Files
2025-10-31 08:58:36 +01:00
..
2025-10-31 08:58:36 +01:00
2025-10-31 08:58:36 +01:00
2025-10-31 08:58:36 +01:00

IVANTI Files Mirror

This repository uses wget to create a local mirror of the IVANTI download directory.

📌 Command

wget.exe --mirror --no-parent -P . https://nas.wuibaille.fr/LeblogOSDdownload/IVANTI/

Details

  • --mirror → Enable mirroring (recursive, time-stamping, infinite depth)
  • --no-parent → Prevent ascending to parent directory
  • -P . → Save files into the current working directory