-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows upload script (Like the linux one) #580
Comments
The thing was mainly that i can't install WSL since on the company PC i don't got administrator permissions, So i made this script to solve said issue, I also added the -k flag to ignore self-signed certficates since my company network has one. So far this script does its job so i wanted to share it and maybe make it official script on XBackBone. |
SenkaWolf
pushed a commit
to SenkaWolf/XBackBone
that referenced
this issue
Jan 19, 2025
Added downloadable 'Send to' Windows Context Menu script as requested in sergix44#580 . All .bat code provided by https://github.com/Sectly Preview: https://senkawolf.fyi/me/RUgOWoQI51.png
Thank you @SenkaWolf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
I've wanted an quick and easy way to upload files to my XBackBone instance from my windows PC without WSL
Describe the solution you'd like
I've already made a script for it and i'd like to add it to the project but i ain't the best with pull requests so heres the gist: https://gist.github.com/Sectly/ba3fe6f068e70bfec1bda43a212f2e87
This .bat script should work on any windows PC with CURL, no administrator permission needed.
Users may install CURL using Scoop incase they don't have administrator permissions or CURL is not installed by default: https://scoop.sh/#/apps?q=curl&id=09e3750a1f0a703b6de0f8fa4ca1263ef5d59ad3
Additional context
The text was updated successfully, but these errors were encountered: