{"id":17537250,"url":"https://github.com/alexander-barth/webdav.jl","last_synced_at":"2025-07-26T11:43:11.292Z","repository":{"id":54916177,"uuid":"184310820","full_name":"Alexander-Barth/WebDAV.jl","owner":"Alexander-Barth","description":"A pretty basic WebDAV client for Julia","archived":false,"fork":false,"pushed_at":"2024-12-11T12:30:31.000Z","size":152,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-23T20:06:29.233Z","etag":null,"topics":["julia","webdav"],"latest_commit_sha":null,"homepage":"","language":"Julia","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/Alexander-Barth.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-30T18:18:58.000Z","updated_at":"2024-12-11T12:30:36.000Z","dependencies_parsed_at":"2024-05-02T10:27:24.844Z","dependency_job_id":"dda54a61-aeb8-4584-8252-9a8b7e2c82e4","html_url":"https://github.com/Alexander-Barth/WebDAV.jl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Alexander-Barth/WebDAV.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alexander-Barth%2FWebDAV.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alexander-Barth%2FWebDAV.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alexander-Barth%2FWebDAV.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alexander-Barth%2FWebDAV.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alexander-Barth","download_url":"https://codeload.github.com/Alexander-Barth/WebDAV.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alexander-Barth%2FWebDAV.jl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267161478,"owners_count":24045475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"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":["julia","webdav"],"created_at":"2024-10-20T20:06:54.905Z","updated_at":"2025-07-26T11:43:11.220Z","avatar_url":"https://github.com/Alexander-Barth.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebDAV.jl\n\n\u003c!-- [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://alexander-barth.github.io/WebDAV.jl/stable)\n[![Latest](https://img.shields.io/badge/docs-latest-blue.svg)](https://alexander-barth.github.io/WebDAV.jl/latest) --\u003e\n[![Build Status](https://github.com/Alexander-Barth/WebDAV.jl/workflows/CI/badge.svg)](https://github.com/Alexander-Barth/WebDAV.jl/actions)\n[![Codecov](https://codecov.io/gh/Alexander-Barth/WebDAV.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/Alexander-Barth/WebDAV.jl)\n\nWebDAV.jl is an experimental WebDAV client for Julia\n\n## Installation\n\n```julia\nusing Pkg\nPkg.add(PackageSpec(url=\"https://github.com/Alexander-Barth/WebDAV.jl\",rev=\"master\"))\n```\n\n## Usage\n\n\nThe functions `download` and `upload` are used to interact with a WebDAV server.\n\n```julia\nusing WebDAV\n\nusername = \"user\"\npassword = \"abc123\"\nurl =  \"https://example.com/remote.php/webdav\"\n\ns = WebDAV.Server(url,username,password);\n\nfname = \"local_file.txt\"\nremote_fname = \"remote_file.txt\"\n\n# upload a file to a WebDAV server\nr = upload(s, fname, remote_fname)\n\n\n# download file form a WebDAV server\nfname2 = \"local_file2.txt\"\ndownload(s, remote_fname, fname2)\n\n# list all files and directory under a directory\nfile_list = readdir(s,\"/\")\n\n# checks if a file \"foo.txt\" exists\nisfile(s,\"foo.txt\")\n\n# checks if a directory \"dir\" exists\nisdir(s,\"dir\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexander-barth%2Fwebdav.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexander-barth%2Fwebdav.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexander-barth%2Fwebdav.jl/lists"}