Skip to content

sciactive/quickdav

Repository files navigation

QuickDAV

Instantly transfer files to your device over your local network.

QuickDAV Screenshot

QuickDAV is an open source network file transfer utility. It makes it easy to share files between your devices by creating a simple 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:

To verify the app was notarized correctly:

  • spctl --assess -vv --type install dist/mac-universal/QuickDAV.app

License

Copyright 2022-2024 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.