███╗ ██╗███████╗██╗ ██╗██╗ ██╗ ██████╗ ███████╗██╗ ██╗ ████╗ ██║██╔════╝██║ ██║██║ ██║ ██╔══██╗██╔════╝██║ ██║ ██╔██╗ ██║███████╗██║ █╗ ██║███████║ ██║ ██║█████╗ ██║ ██║ ██║╚██╗██║╚════██║██║███╗██║██╔══██║ ██║ ██║██╔══╝ ╚██╗ ██╔╝ ██║ ╚████║███████║╚███╔███╔╝██║ ██║██╗██████╔╝███████╗ ╚████╔╝ ╚═╝ ╚═══╝╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝╚═════╝ ╚══════╝ ╚═══╝ Submit files via HTTP POST here: curl -F'file=@example.txt' nswh.dev From stdin: cat example.py | curl -F'file=@-' nswh.dev Oneshot file: curl -F'oneshot=@example.jpeg' nswh.dev Url shortening: curl -F'url=https://example.com/some/long/url' nswh.dev Paste file from remote URL: curl -F'remote=https://example.com/file.png' nswh.dev With Authorization token: curl -F'file=@example.html' -H "Authorization: " nswh.dev ls | curl -F'file=@-' -H @authfile nswh.dev With custom expiration: curl -F'file=@x.png' -H "expire:10min" nswh.dev Supported time units: nsec, ns usec, us msec, ms seconds, second, sec, s minutes, minute, min, m hours, hour, hr, h days, day, d weeks, week, w months, month, M years, year, y These will return the URL of the uploaded files. To delete file (auth token required): curl -H "Authorization: " -X DELETE "nswh.dev/file.txt" To use a custom filename: curl -F "file=@x.txt" -H "filename: " nswh.dev The server administrator might remove any pastes that they do not personally want to host. Decode following string for a public auth token (to avoid spamming) L2hrbjFlZEFDVWpnd2VtMTlBbTNjZz09Cg==