dutchcoders / transfer.sh

Easy and fast file sharing from the command-line.
https://github.com/dutchcoders/transfer.sh
MIT License
15.08k stars 1.54k forks source link

Appended % #584

Open lrzuniga opened 8 months ago

lrzuniga commented 8 months ago

Hi nice service! gave it a try and it worked fine, except the output included an appended '%' in the download url which I had to remove to get the download link to work...is this the expected behaviour?

* We are completely uploaded and fine
< HTTP/2 200
< content-type: text/plain
< server: Transfer.sh HTTP Server
< x-made-with: <3 by DutchCoders
< x-served-by: Proudly served by DutchCoders
< x-url-delete: https://transfer.sh/bJdkQBmTK1/hello.txt/pCRmyqvmnJOfx02jALNF
< content-length: 40
< date: Sun, 15 Oct 2023 13:16:27 GMT
<
* Connection #0 to host transfer.sh left intact
https://transfer.sh/bJdkQBmTK1/hello.txt%

os: macOS 13.6 curl: curl 8.1.2 (x86_64-apple-darwin22.0) libcurl/8.1.2 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.11 nghttp2/1.51.0

thanks L.

aspacca commented 8 months ago

@lrzuniga , the download url is not followed by a newline, the % character that you see is most probably the prompt of you shell :)