I'm struggling to use gsutil cp command to copy some files from cloud storage to a Windows Server machine.
I cannot execute the command inside the Windows machine because this copy process is part of a dag in Airflow, and the Airflow machine should be able to run the cp command pointing to the Windows Server.
Any ideas on how to do this copy remotely?