mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 06:03:25 +00:00
ShareX #316
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @poorcuz on GitHub.
Hey there,

Currently trying to setup ShareX with clone'd Transfer.sh.
Currently, my config looks like this:
But the server prints following error:
2018/07/14 01:54:36 Uploading BY1lI . 60641 multipart/form-data; boundary=--------------------8d5e93d84df3fd6
open /tmp/BY1lI: is a directory2018/07/14 01:54:36 Error putting new file: open /tmp/BY1lI: is a directory
2018/07/14 01:54:36 46.84.98.155:52976 - - [2018-07-14T01:54:36Z] "POST / HTTP/1.1" 500 "" "ShareX"
@N6UDP commented on GitHub:
@Fatulatti this should be resolved by #155 -- ShareX is attempting a POST w/multipart form data.
@paolafrancesca commented on GitHub:
@Fatulatti I don't know ShareX, but the problem seems that transfer.sh is trying somehow to upload a directory to the tmp folder instead of the file. How do you send the file to transfer.sh?