Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Universal Package feed changes package name when creating a package using the UI
-
Hello.
This is a rather specific issue.
I am using Proget Free edition, version 2025.15.
When Adding a package to a Universal Feed, if you select "Create a Package", when you select a file to add, either by drag and dropping it or by selecting it with the button "or click here to select files" it does load correctly but when you check the package contents the file's name is changed to lowercase.
As you can see in the following images, the file is called "TEST_test.txt".

But when I check it's contents in the version's files tab, it's all lowercase:

This does not happen when uploading a new package using PGutils nor when uploading an already created .upack file.
I know it's a very specific issue but it's causing trouble in naming standarization for me since some users only use proget via its web interface.
Thanks in advance for your help.
Kind regards.
-
Adding to this, I just noticed it also modifies the file's permissions. For example, it removes the "+x" from a .sh file.
-
Hi @daniel-pardo_5658 ,
This behavior is expected; the UI is meant for creating basic, case-insenstiive archives.
As for the permissions.... File metadata (including owner, execute permissions, etc) are stored within the filesystem (or as metadata in a zip file)... so once you transmit a file, that information is irrevocably lost.
Best to upload a package file.
Cheers,
Steve