File names are converted to lower case #395

Closed
opened 2026-01-19 18:30:09 +00:00 by michael · 6 comments
Owner

Originally created by @esamattis on GitHub.

curl -v -T Gemfile.lock transfer.sh results in https://transfer.sh/:key/gemfile.lock even thou curl properly sends the PUT request with correct casing.

From the log output:

> PUT /Gemfile.lock HTTP/1.1

This gets pretty annoying when downloading the file again.

Awesome service anyway. Thanks!

Originally created by @esamattis on GitHub. `curl -v -T Gemfile.lock transfer.sh` results in `https://transfer.sh/:key/gemfile.lock` even thou curl properly sends the PUT request with correct casing. From the log output: ``` > PUT /Gemfile.lock HTTP/1.1 ``` This gets pretty annoying when downloading the file again. Awesome service anyway. Thanks!
michael added the enhancement label 2026-01-19 18:30:09 +00:00
Author
Owner

@nl5887 commented on GitHub:

We have submitted a pull request for Sanitize [https://github.com/kennygrant/sanitize/pull/5]. Let's see if this PR is accepted, then this issue will be solved.

@nl5887 commented on GitHub: We have submitted a pull request for Sanitize [https://github.com/kennygrant/sanitize/pull/5]. Let's see if this PR is accepted, then this issue will be solved.
Author
Owner

@nl5887 commented on GitHub:

Good point, will work on this. Filenames are sanitized now, but sanitize means also lowercase now.

@nl5887 commented on GitHub: Good point, will work on this. Filenames are sanitized now, but sanitize means also lowercase now.
Author
Owner

@probonopd commented on GitHub:

Is there still a chance of this being implemented? Thanks.

@probonopd commented on GitHub: Is there still a chance of this being implemented? Thanks.
Author
Owner

@nl5887 commented on GitHub:

Still waiting. I'll wait just a few days and otherwise use my fork.

@nl5887 commented on GitHub: Still waiting. I'll wait just a few days and otherwise use my fork.
Author
Owner

@probonopd commented on GitHub:

Ping :-)

@probonopd commented on GitHub: Ping :-)
Author
Owner

@cristian0 commented on GitHub:

+1

@cristian0 commented on GitHub: +1
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dutchcoders/transfer.sh#395