Copy file from MAAS server to newly built machine

Hi guys,
is it possible to copy some file from MAAS linux server which is deploying new machine?

You can use a cloud-init script to let the machine download the files from a location

You mean with using some king of HTTP access as ChatGPT says this one:

runcmd:
  - wget http://<MAAS_SERVER_IP>/files/myfile.txt -O /tmp/myfile.txt

Yes, something like that