hi I am new to GCP and I was wondering is there a way I can create an automated file transfer from GCS to a WebDav server
Hi @vahid_razaghzad,
Welcome to Google Cloud Community!
Yes, it is possible to automate the transfer of files from GCS (Google Cloud Storage) to a WebDAV server. One way to do this is by using a combination of Cloud Storage Transfer Service and Cloud Functions.
You can also use gsutil command line tool to automate the transfer by using a cron job.
Here are the steps to follow:
Here are some resources that may help you with automating the transfer of files from GCS to a WebDAV server:
Thanks