Skip to content

Use quickdrop with curl #36

@tibortiz

Description

@tibortiz

I really like the tool, but I'm looking for a way to use it like in client mode from linux.

I was trying the following:

curl -F "file=@/my/path/myfile.test" https://quickdrop.domain/upload -X POST
{"timestamp":"2025-04-28T07:20:01.806+00:00","status":403,"error":"Forbidden","path":"/upload"}

It seems to be related to session-token. I'm trying also the following:

curl -c cookies.txt https://quickdrop.domain
curl -b cookies.txt -F "file=@/path/to/your/file" https://quickdrop.domain

But I got the same error

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions