mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 14:13:26 +00:00
curl doesn't return download url #57
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 @Spacelight42 on GitHub.
when I upload the file with curl, I get no response, if I used curl with -v flag, I get at least x-url-delete, so I can guess the download url from that, but without -v I am not able to get the hash for the download url
@paolafrancesca commented on GitHub:
closing as stale
@paolafrancesca commented on GitHub:
@Spacelight42 could you please share the full curl command you run and the system you run on?
thanks
@Spacelight42 commented on GitHub:
short version:
with the -v option (I replaced the hashes in the url by ***):
used on:
Linux raspberrypi 5.15.32-v7+ #1538 SMP Thu Mar 31 19:38:48 BST 2022 armv7l GNU/Linux
@paolafrancesca commented on GitHub:
could you also share
curl --versionandand the content of
curl-trace.txt(anonymised)?Just after the last line
you should have your prompt with no newline and the upload url just before:
@marzocchi commented on GitHub:
hi @Spacelight42, can you try again with
I tried from Raspbian Buster with a stock shell, and I can see the URL, but it's squished against the prompt because there's no new line, eg. this is what I see:
maybe you have some customisation in your
~/.profilethat moves the cursor left before drawing the prompt?