• Joined on 2025-07-20
michael commented on issue dutchcoders/transfer.sh#369 2026-01-19 18:30:03 +00:00
Is transfer.sh down?

@tolsadus commented on GitHub:

Same here 😿

michael commented on issue dutchcoders/transfer.sh#368 2026-01-19 18:30:03 +00:00
Possible to generate our own random token?

@sheerun commented on GitHub:

I see it's currently hardcored to random: https://github.com/dutchcoders/transfer.sh/blob/master/transfersh-server/handlers.go#L350

michael commented on issue dutchcoders/transfer.sh#369 2026-01-19 18:30:03 +00:00
Is transfer.sh down?

@vezaynk commented on GitHub:

Seems to be back up!

michael commented on issue usnistgov/macos_security#321 2026-01-19 18:30:03 +00:00
rules listed in the wrong section in baselines

@robertgendler commented on GitHub:

Rules moved

michael commented on issue dutchcoders/transfer.sh#368 2026-01-19 18:30:03 +00:00
Possible to generate our own random token?

@Jellby commented on GitHub:

I would like some kind of predictable URL too, though I'd prefer a full path with at least a couple of directory levels. Security and privacy are not primary concerns…

michael commented on issue usnistgov/macos_security#320 2026-01-19 18:30:03 +00:00
Overwriting baseline files

@robertgendler commented on GitHub:

Resolved. The generate_guidance will now only build to the build directory.

michael opened issue dutchcoders/transfer.sh#370 2026-01-19 18:30:03 +00:00
问鼎到此一游 火钳刘明
michael opened issue dutchcoders/transfer.sh#371 2026-01-19 18:30:03 +00:00
transfer.sh Down?
michael opened issue dutchcoders/transfer.sh#365 2026-01-19 18:30:02 +00:00
Empty body in PUT
michael closed issue dutchcoders/transfer.sh#365 2026-01-19 18:30:02 +00:00
Empty body in PUT
michael commented on issue usnistgov/macos_security#312 2026-01-19 18:30:02 +00:00
Add a default value / Arg to generate_script

@golbiga commented on GitHub:

@PazDak This was added to the project. Thanks for the feedback.

michael closed issue usnistgov/macos_security#316 2026-01-19 18:30:02 +00:00
os_camera_disable
michael closed issue dutchcoders/transfer.sh#366 2026-01-19 18:30:02 +00:00
is http://transfer.sh/ down?
michael commented on issue dutchcoders/transfer.sh#361 2026-01-19 18:30:02 +00:00
remove need for file name on upload, simplify API

@jtoy commented on GitHub:

@nl5887 check out file.io's api, no need to upload the file name also: https://www.file.io/#one $ curl -F "file=@test.txt" https://file.io {"success":true,"key":"2ojE41"…

michael commented on issue dutchcoders/transfer.sh#361 2026-01-19 18:30:02 +00:00
remove need for file name on upload, simplify API

@nl5887 commented on GitHub:

When using --upload-file the file will be send as body, without any Content-Type or filename hints. That's the reason to send the filename with the request.

michael commented on issue dutchcoders/transfer.sh#361 2026-01-19 18:30:02 +00:00
remove need for file name on upload, simplify API

@nl5887 commented on GitHub:

I'm planning an upgrade with a lot of issues fixed and enhancements, will take this into account as well.

michael commented on issue dutchcoders/transfer.sh#361 2026-01-19 18:30:02 +00:00
remove need for file name on upload, simplify API

@jtoy commented on GitHub:

I see, would it be useful if we generated a fake file name and extension if no file name was provided? That way we at least give the user the option of not having to…

michael commented on issue dutchcoders/transfer.sh#363 2026-01-19 18:30:02 +00:00
how to build this, its not working ubuntu 15.04 server

@nl5887 commented on GitHub:

Could you try this with latest version?

michael commented on issue dutchcoders/transfer.sh#363 2026-01-19 18:30:02 +00:00
how to build this, its not working ubuntu 15.04 server

@mckaygerhard commented on GitHub:

well quite trange but since go 1.12 gopath are deprecated ? or goroot?

michael commented on issue usnistgov/macos_security#313 2026-01-19 18:30:02 +00:00
sysprefs_find_my_disable

@robertgendler commented on GitHub:

Resolved.