- TypeScript 99.3%
- JavaScript 0.7%
| .husky | ||
| src | ||
| .gitignore | ||
| .npmignore | ||
| .prettierignore | ||
| .prettierrc.json | ||
| commitlint.config.cjs | ||
| davcp.cjs | ||
| davls.cjs | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
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.