• Joined on 2025-07-20
michael commented on issue dutchcoders/transfer.sh#162 2026-01-19 18:29:14 +00:00
Feature: i18n

@26tanishabanik commented on GitHub:

@wc7086 , @aspacca , I would like to work on this issue, can you guide about where to start with for this issue?

michael closed issue usnistgov/macos_security#102 2026-01-19 18:29:14 +00:00
Add SFR references to iOS documents
michael commented on issue dutchcoders/transfer.sh#162 2026-01-19 18:29:14 +00:00
Feature: i18n

@felipewnp commented on GitHub:

Hi @aspacca

If there is any progress, I could help to translate into Portuguese(Brazil) as well..

michael commented on issue dutchcoders/transfer.sh#160 2026-01-19 18:29:14 +00:00
Using storj storage without setting purge-days would cause upload fail

@paolafrancesca commented on GitHub:

@stefanbenten I've created a PR with a fix (#399 ), but can you double check this?

michael commented on issue dutchcoders/transfer.sh#162 2026-01-19 18:29:14 +00:00
Feature: i18n

@paolafrancesca commented on GitHub:

@26tanishabanik , yes, the comment reported by @wc7086 is still valid on my side

thanks for the feedback @wc7086

I apologise but I've been a little…

michael commented on issue dutchcoders/transfer.sh#161 2026-01-19 18:29:14 +00:00
Question: In Debian11 does not recognize the type

@paolafrancesca commented on GitHub:

I cannot reproduce, could you share the file? mime type is inferred by the file extension: https://github.com/dutchcoders/transfer.sh/blob/master/server/handl…

michael commented on issue dutchcoders/transfer.sh#161 2026-01-19 18:29:14 +00:00
Question: In Debian11 does not recognize the type

@wc7086 commented on GitHub:

how did you upload the file?

Using web upload, uploading the same file in the old version will not have this problem.

michael commented on issue dutchcoders/transfer.sh#161 2026-01-19 18:29:14 +00:00
Question: In Debian11 does not recognize the type

@wc7086 commented on GitHub:

image

I found that gz files will not show the type either.

michael commented on issue dutchcoders/transfer.sh#161 2026-01-19 18:29:14 +00:00
Question: In Debian11 does not recognize the type

@paolafrancesca commented on GitHub:

how did you upload the file?

michael commented on issue dutchcoders/transfer.sh#161 2026-01-19 18:29:14 +00:00
Question: In Debian11 does not recognize the type

@wc7086 commented on GitHub:

I cannot reproduce, could you share the file?

sample.gz http://transfer.sh/1xqzAJ2/%E6%9E%9…

michael commented on issue dutchcoders/transfer.sh#161 2026-01-19 18:29:14 +00:00
Question: In Debian11 does not recognize the type

@wc7086 commented on GitHub:

I tried several formats again and found that none of them could be recognized. There is a problem with the recognition format. I use Edge 92.0.902.78.

michael commented on issue dutchcoders/transfer.sh#161 2026-01-19 18:29:14 +00:00
Question: In Debian11 does not recognize the type

@wc7086 commented on GitHub:

Can you try locally?

Sorry, I forgot to mention my system version. After testing. This problem seems to only reproduce on Debian 11.

michael commented on issue dutchcoders/transfer.sh#161 2026-01-19 18:29:14 +00:00
Question: In Debian11 does not recognize the type

@paolafrancesca commented on GitHub:

https://play.golang.org/p/wiKZKLyeLrK

on unix go reads the mime type from this set of files: https://github.com/golang/go/blob/go1.16.7/src/mime/type_unix.…

michael commented on issue dutchcoders/transfer.sh#161 2026-01-19 18:29:14 +00:00
Question: In Debian11 does not recognize the type

@wc7086 commented on GitHub:

When running transfersh in Debian11, many formats are not recognized, but not all formats are not recognized.

michael commented on issue dutchcoders/transfer.sh#161 2026-01-19 18:29:14 +00:00
Question: In Debian11 does not recognize the type

@paolafrancesca commented on GitHub:

I've tried all the files you sent me on my own instance with v1.3.0 and the type is correct. What binary are you using? I've installed https://github.com/dut…

michael commented on issue usnistgov/macos_security#100 2026-01-19 18:29:14 +00:00
generate_guidance fails when using all_rules on the Sonoma branch

@brodjieski commented on GitHub:

Sonoma branch now has updated all_rules.yaml baseline.

michael commented on issue dutchcoders/transfer.sh#161 2026-01-19 18:29:14 +00:00
Question: In Debian11 does not recognize the type

@paolafrancesca commented on GitHub:

can I close the issue @wc7086 ?

michael commented on issue dutchcoders/transfer.sh#161 2026-01-19 18:29:14 +00:00
Question: In Debian11 does not recognize the type

@wc7086 commented on GitHub:

what do you have on your system?

I used find / -name mime.types and I did not find mime.types in the Debian11 system.

michael opened issue usnistgov/macos_security#103 2026-01-19 18:29:14 +00:00
os_world_writable_system_folder_configure borken since Sonoma 14.4
michael commented on issue dutchcoders/transfer.sh#161 2026-01-19 18:29:14 +00:00
Question: In Debian11 does not recognize the type

@wc7086 commented on GitHub:

try to install media-types package

Okay, the debian11 mirror does not include the media-types package by default. I now installed the media-types package…