{"id":20098291,"url":"https://github.com/zemd/webdav-watch","last_synced_at":"2026-06-08T12:31:12.931Z","repository":{"id":53509978,"uuid":"121745073","full_name":"zemd/webdav-watch","owner":"zemd","description":"🐙Simple cli tool for synchronizing folder with remote webdav server","archived":false,"fork":false,"pushed_at":"2021-03-27T00:08:47.000Z","size":7,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-17T05:14:19.606Z","etag":null,"topics":["cli","webdav","webdav-watch"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zemd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-16T11:48:17.000Z","updated_at":"2023-02-15T19:35:39.000Z","dependencies_parsed_at":"2022-09-14T07:01:22.339Z","dependency_job_id":null,"html_url":"https://github.com/zemd/webdav-watch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zemd/webdav-watch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemd%2Fwebdav-watch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemd%2Fwebdav-watch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemd%2Fwebdav-watch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemd%2Fwebdav-watch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zemd","download_url":"https://codeload.github.com/zemd/webdav-watch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemd%2Fwebdav-watch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34063149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","webdav","webdav-watch"],"created_at":"2024-11-13T17:02:39.886Z","updated_at":"2026-06-08T12:31:12.911Z","avatar_url":"https://github.com/zemd.png","language":"JavaScript","funding_links":["https://www.patreon.com/red_rabbit"],"categories":[],"sub_categories":[],"readme":"# webdav-watch\n\n\u003e Simple cli tool for synchronizing folder with remote webdav server\n\n[![npm version](https://badge.fury.io/js/webdav-watch.svg)](https://www.npmjs.com/package/webdav-watch)\n[![Code Climate](https://codeclimate.com/github/zemd/webdav-watch/badges/gpa.svg)](https://codeclimate.com/github/zemd/webdav-watch)\n[![dependencies:?](https://img.shields.io/david/zemd/webdav-watch.svg)](https://david-dm.org/zemd/webdav-watch)\n[![devDependencies:?](https://img.shields.io/david/dev/zemd/webdav-watch.svg?style=flat)](https://david-dm.org/zemd/webdav-watch)\n\n## Installation\n\n```bash\nnpm install webdav-watch -g\n```\n\n## Usage\n\n```bash\nwebdav-watch watch [folder] -p '!**/.idea/**' -p '!**/.git/**' -r https://webdav-server.com/remote/root/folder -u username\n```\n\nOn first call you will be requested for entering password, which will be stored in your system's keychain.\n\nIf neither `folder` or `patters`(`-p`) have been provided, current working dir is being used. `folder` can be useful when \nyou need to watch directory other than `cwd` and is used by `webdav-watch` to build correct remote path for uploading file.  \n\n### Configuration\n\nYou can pass configuration file, as `-c` option.\n\n```bash\nwebdav-watch watch [folder_path] -c path/to/config.json\n``` \n\nwhich has to have next structure: \n\n```json\n{\n  \"remote\": \"https://webdav-server.com/remote/root/folder\",\n  \"username\": \"username\",\n  \"folder\": \"~/project\",\n  \"patterns\": [\n    \"!**/.idea/**\",\n    \"!**/.git/**\",\n    \"ANY_VALID_GLOB_HERE\"\n  ]\n}\n```\n\n### Advanced configuration\n\nYou can to use `uri` for your remote config option, that includes valid credentials, for instance, `https://user:password@webdav-server.com`.\n\n## License\n\nwebdav-watch is released under the MIT license.\n\n## Donate\n\n[![](https://img.shields.io/badge/patreon-donate-yellow.svg)](https://www.patreon.com/red_rabbit)\n[![](https://img.shields.io/badge/flattr-donate-yellow.svg)](https://flattr.com/profile/red_rabbit)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzemd%2Fwebdav-watch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzemd%2Fwebdav-watch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzemd%2Fwebdav-watch/lists"}