- Svelte 64.7%
- TypeScript 29.2%
- CSS 2%
- SCSS 1.8%
- JavaScript 1.6%
- Other 0.7%
| app | ||
| build | ||
| client | ||
| screenshots | ||
| server | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.json | ||
| appicon-text.svg | ||
| appicon.svg | ||
| bigsurappicon.svg | ||
| com.sciactive.QuickDAV.desktop | ||
| com.sciactive.QuickDAV.metainfo.xml | ||
| header.svg | ||
| HUMAN-CONTRIBUTION-POLICY.md | ||
| icon.svg | ||
| LICENSE | ||
| logo.svg | ||
| microsoftstoreicon.svg | ||
| microsoftstoreposter.xcf | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| rollup.config.js | ||
| tsconfig-svelte.json | ||
| tsconfig.json | ||
QuickDAV
Transfer files between devices.
QuickDAV is an open source network file transfer utility. It makes it easy to share files between your devices by creating a simple, temporary WebDAV server.
Download
Check out the releases page.
QuickDAV is Open Source!
QuickDAV used to be closed source, but now it's open source! Yay!
Development
Build files in dev mode, and watch them.
env NODE_ENV="development" npm run watch
Start in Dev Mode
env NODE_ENV="development" npm start
macOS Code Signing and Notarization
In order to sign the app for macOS App Store, you need to:
- import the developer CSAs (Worldwide Developer Relations, Developer ID) from https://www.apple.com/certificateauthority/
- import "Developer ID Application:" from Certificates page in Apple Developer portal
- download QuickDAV-Distribute profile from Apple Developer portal and place in this directory
- create
.envfile withAPPLEIDandAPPLEIDPASS(an app specific password from https://appleid.apple.com/account/manage) andTEAMID(from https://developer.apple.com/account#MembershipDetailsCard).
To verify the app was notarized correctly:
spctl --assess -vv --type install dist/mac-universal/QuickDAV.app
Human Authorship
This project adheres to the SciActive Human Contribution Policy.
License
Copyright 2022-2025 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.

