[GH-ISSUE #25] Sending files #24

Closed
opened 2026-05-07 00:18:49 +02:00 by BreizhHardware · 0 comments

Originally created by @binwiederhier on GitHub (Nov 28, 2021).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/25

$ curl -Timage.jpg ntfy.sh/mytopic
{"message": "Attached file", "attachment":{"url":"https://ntfy.sh/mytopic/file/JxAebdF.jpg","type":"image/jpeg","size":1234,"expires":12345,"url":"https://ntfy.sh/mytopic/file/JxAebdF.jpg"}}

$ curl -Timage.jpg -H "Filename: ntfy.sh/mytopic
{"message": "Attached file", "attachment":{"name":"image.jpg","type":"image/jpeg","size":1234,"expires":12345,"url":"https://ntfy.sh/mytopic/file/JxAebdF.jpg"}]
Originally created by @binwiederhier on GitHub (Nov 28, 2021). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/25 ``` $ curl -Timage.jpg ntfy.sh/mytopic {"message": "Attached file", "attachment":{"url":"https://ntfy.sh/mytopic/file/JxAebdF.jpg","type":"image/jpeg","size":1234,"expires":12345,"url":"https://ntfy.sh/mytopic/file/JxAebdF.jpg"}} $ curl -Timage.jpg -H "Filename: ntfy.sh/mytopic {"message": "Attached file", "attachment":{"name":"image.jpg","type":"image/jpeg","size":1234,"expires":12345,"url":"https://ntfy.sh/mytopic/file/JxAebdF.jpg"}] ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#24
No description provided.