mirvine2387

joined 11 months ago
[โ€“] mirvine2387@alien.top 1 points 10 months ago

I would go with Amp. It is good and supports Windows servers (Windows 10, 11, and server) as well. It does have some quirks. The cost is $20 for a lifetime license. The reason for windows is that some dedicated servers do not run on Linux. For example, Space Engineers.

 

Hi all,

I am trying to find if there are any scripts that can be used to upload files, download with direct link, download with latest tag and have basic access control.

Goal is the have a copy of all software that we use to deploy software to clients via script. This script will always call for the latest file via the default link. We will upload the files to the site. I know we can just create the new file with the same name and call it a day. My goal is to have a running archive of the previous versions just in case there is an issue with the latest software. My install script has an argument to select the version number if needed.

Most of my files are single executables either in msi or exe form. ill have zipped anything that has multiple files.

Example:

/softwareA/latest
/softwareA/v1.0.0.1
/softwareA/v1.0.1

/softwareB/latest
/softwareB/v2.0
/softwareB/v3.0.1

โ€‹

Currently we have to updated the script with the latest URL link.