Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up GitHub Actions to fetch data authomatically via WEBDAV #87

Open
damianooldoni opened this issue Oct 31, 2022 · 4 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@damianooldoni
Copy link
Contributor

VMM rolled up a WEBDAV (Web-based Distributed Authoring and Versioning) connection to harvest their data daily.
To be implemented and so get rid of manually copy paste weekly/daily emails attachments to ./data/raw.

@damianooldoni damianooldoni added the enhancement New feature or request label Oct 31, 2022
@damianooldoni damianooldoni self-assigned this Oct 31, 2022
@damianooldoni
Copy link
Contributor Author

On Windows:

Dagelijks : maandag tot vrijdag wordt er een bestand klaargezet om 8:00 op WEBDAV

Je kan een batch script maken met volgende commando’s erin:

net use w: “https://int-web.vmm.be/ratten”

Daarna is de w: schijf tot je beschikbaar en kan je het bestand overkopiëren met dos commando’s.

Unmounten doe je via volgende commando:

net use w: /delete

image001

Requirement: Op een Windows client moet de volgende service Webclient draaien:

De startup moet je aanpassen naar Automatisch.

image005

@damianooldoni
Copy link
Contributor Author

For Ubuntu some instructions here:
https://manpages.ubuntu.com/manpages/xenial/man8/mount.davfs.8.html

@damianooldoni
Copy link
Contributor Author

damianooldoni commented Dec 9, 2022

Instructions for Windows:

`net use w: “https://int-web.vmm.be/ratten”

Daarna is de w: schijf tot je beschikbaar en kan je het bestand overkopiëren met dos commando’s.

Unmounten doe je via volgende commando:

net use w: /delete

image001

Requirement: Op een Windows client moet de volgende service Webclient draaien:
De startup moet je aanpassen naar Automatisch.

image005

@damianooldoni
Copy link
Contributor Author

For Linux, some hopefully interesting instructions:
https://manpages.ubuntu.com/manpages/xenial/man8/mount.davfs.8.html

@damianooldoni damianooldoni changed the title Fetch data via WEBDAV Set up GitHub Actions to fetch data authomatically via WEBDAV Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant