Copy files and folders to and from WebDAV shares.
  • TypeScript 99.3%
  • JavaScript 0.7%
Find a file
2026-06-11 19:18:17 -07:00
.husky feat: initial commit 2026-06-07 14:23:29 -07:00
src feat: copying one file works 2026-06-11 19:18:17 -07:00
.gitignore feat: initial commit 2026-06-07 14:23:29 -07:00
.npmignore feat: initial commit 2026-06-07 14:23:29 -07:00
.prettierignore feat: initial commit 2026-06-07 14:23:29 -07:00
.prettierrc.json feat: initial commit 2026-06-07 14:23:29 -07:00
commitlint.config.cjs feat: initial commit 2026-06-07 14:23:29 -07:00
davcp.cjs feat: add ls and auth 2026-06-07 20:12:39 -07:00
davls.cjs feat: add size formatting 2026-06-08 09:12:48 -07:00
LICENSE feat: initial commit 2026-06-07 14:23:29 -07:00
package-lock.json feat: add ls and auth 2026-06-07 20:12:39 -07:00
package.json feat: add ls and auth 2026-06-07 20:12:39 -07:00
README.md chore: add more to readme 2026-06-10 22:43:18 -07:00
tsconfig.json feat: boilerplate command structure 2026-06-07 15:02:31 -07:00

DAVCP

Copy files and folders to and from WebDAV shares.

What is it?

It's basically the same thing as the cp command, except that it copies files to/from WebDAV shares too, not just local file systems.

There is a notable lack of command line utilities for WebDAV, so this should fill the gap, allowing at least some basic management of your files and folders on a WebDAV share.

License

Copyright 2026 SciActive Inc

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.