• Joined on 2025-07-20
michael opened issue dutchcoders/transfer.sh#400 2026-01-19 18:30:11 +00:00
Implement different storage types than only S3
michael opened issue dutchcoders/transfer.sh#401 2026-01-19 18:30:11 +00:00
Add unit tests.
michael opened issue dutchcoders/transfer.sh#402 2026-01-19 18:30:11 +00:00
Implement download page, with viewer for images, markdown, etc.
michael closed issue dutchcoders/transfer.sh#400 2026-01-19 18:30:11 +00:00
Implement different storage types than only S3
michael closed issue dutchcoders/transfer.sh#402 2026-01-19 18:30:11 +00:00
Implement download page, with viewer for images, markdown, etc.
michael commented on issue dutchcoders/transfer.sh#401 2026-01-19 18:30:11 +00:00
Add unit tests.

@bugbounce commented on GitHub:

I will start on this. I need the experience :) Any guidelines would be helpful.

michael opened issue dutchcoders/transfer.sh#403 2026-01-19 18:30:11 +00:00
Implement simple help for command line. Eg. /help will show usage.
michael closed issue dutchcoders/transfer.sh#403 2026-01-19 18:30:11 +00:00
Implement simple help for command line. Eg. /help will show usage.
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#396 2026-01-19 18:30:10 +00:00
Implement S3 uploading parts
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 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 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

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