• Joined on 2025-07-20
michael commented on issue dutchcoders/transfer.sh#399 2026-01-19 18:30:10 +00:00
mktemp fails on Peppermint 4 Linux

@CalumJEadie commented on GitHub:

You're welcome! Thanks for looking into it so quickly!

michael commented on issue dutchcoders/transfer.sh#397 2026-01-19 18:30:10 +00:00
Not uploading files when filename has Spaces

@nl5887 commented on GitHub:

Try this:

transfer() {
    tmpfile=$( mktemp -t transferXXX )
    basefile=$(basename "$1" 
michael commented on issue dutchcoders/transfer.sh#399 2026-01-19 18:30:10 +00:00
mktemp fails on Peppermint 4 Linux

@nl5887 commented on GitHub:

Thanks!

michael closed issue dutchcoders/transfer.sh#396 2026-01-19 18:30:10 +00:00
Implement S3 uploading parts
michael closed issue dutchcoders/transfer.sh#395 2026-01-19 18:30:10 +00:00
File names are converted to lower case
michael commented on issue dutchcoders/transfer.sh#395 2026-01-19 18:30:10 +00:00
File names are converted to lower case

@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.

michael commented on issue dutchcoders/transfer.sh#395 2026-01-19 18:30:10 +00:00
File names are converted to lower case

@nl5887 commented on GitHub:

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

michael commented on issue dutchcoders/transfer.sh#395 2026-01-19 18:30:10 +00:00
File names are converted to lower case

@nl5887 commented on GitHub:

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

michael commented on issue dutchcoders/transfer.sh#395 2026-01-19 18:30:10 +00:00
File names are converted to lower case

@probonopd commented on GitHub:

Ping :-)

michael commented on issue dutchcoders/transfer.sh#395 2026-01-19 18:30:10 +00:00
File names are converted to lower case

@probonopd commented on GitHub:

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

michael commented on issue dutchcoders/transfer.sh#395 2026-01-19 18:30:10 +00:00
File names are converted to lower case

@cristian0 commented on GitHub:

+1

michael opened issue dutchcoders/transfer.sh#397 2026-01-19 18:30:10 +00:00
Not uploading files when filename has Spaces
michael opened issue dutchcoders/transfer.sh#398 2026-01-19 18:30:10 +00:00
add timers and stats
michael opened issue dutchcoders/transfer.sh#399 2026-01-19 18:30:10 +00:00
mktemp fails on Peppermint 4 Linux
michael closed issue dutchcoders/transfer.sh#397 2026-01-19 18:30:10 +00:00
Not uploading files when filename has Spaces
michael closed issue dutchcoders/transfer.sh#399 2026-01-19 18:30:10 +00:00
mktemp fails on Peppermint 4 Linux
michael commented on issue dutchcoders/transfer.sh#397 2026-01-19 18:30:10 +00:00
Not uploading files when filename has Spaces

@thibmaek commented on GitHub:

That seems to work but now I'm receiving all the HTTP headers in my Terminal window.

![schermafdruk 2014-11-13 00 14 29](https://cloud.githubusercontent.com/assets/…

michael commented on issue dutchcoders/transfer.sh#397 2026-01-19 18:30:10 +00:00
Not uploading files when filename has Spaces

@nl5887 commented on GitHub:

Great. The verbosity is easily fixed, just remove the -vvv.

transfer() {
    tmpfile=$( mktemp -t transferXXX )
    basefile=$(basename "$1" 
michael closed issue dutchcoders/transfer.sh#392 2026-01-19 18:30:09 +00:00
Support for mkv video files
michael commented on issue dutchcoders/transfer.sh#389 2026-01-19 18:30:09 +00:00
Opening uploaded html file link to browser causes browser to execute the javascript in the file

@johnko commented on GitHub:

-content = html_template.HTML(fmt.Sprintf("<pre>%s</pre>", data))
+content = html_template.HTML(fmt.Sprintf("<pre>%s</pre>", html.EscapeString(data)))