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.
- Host: GitHub
- URL: https://github.com/gamepowerx/kekuploadapp
- Owner: GamePowerX
- License: gpl-3.0
- Created: 2022-05-26T14:06:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T11:08:23.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T04:52:18.743Z (over 1 year ago)
- Topics: csharp, dotnet, net6, uploadclient
- Language: C#
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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