An open API service indexing awesome lists of open source software.

https://github.com/gamepowerx/kekuploadapp

KekUploadApp is a simple app for uploading files to a KekUploadServer instance.
https://github.com/gamepowerx/kekuploadapp

csharp dotnet net6 uploadclient

Last synced: about 2 months ago
JSON representation

KekUploadApp is a simple app for uploading files to a KekUploadServer instance.

Awesome Lists containing this project

README

          

# KekUploadApp

KekUploadApp is a simple app for uploading files to a [KekUploadServer](https://github.com/CraftingDragon007/KekUploadServer) Instance.
# How to run
Just download the precompiled binary from the release tab.




Of course you could also build the application using dotnet.
```shell
dotnet publish -c release -r {os} -p:PublishSingleFile=true --self-contained true --verbosity Normal -p:PublishTrimmed=True -p:EnableCompressionInSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true
```
Replace {os} with your operating system (linux-x64|win-x64|osx-x64)
# License
This App is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html)

# Contributing
If you want to contribute to this Project, please open an issue or pull request on GitHub.

# Contributors
- [CraftingDragon007](https://github.com/CraftingDragon007)

# Contact
- [Email](mailto:craftingdragon007@outlook.com)
- Discord: CraftingDragon007#9504