mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 14:13:26 +00:00
Not uploading files when filename has Spaces #397
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 @thibmaek on GitHub.
I'm getting upload errors when trying to upload a file with spaces, even when correctly escaping the spaces with a backslash.
Example:
transfer Getting\ Started\ With\ Git.pdfErrors when trying the above command:
@thibmaek commented on GitHub:
That seems to work but now I'm receiving all the HTTP headers in my Terminal window.
@nl5887 commented on GitHub:
Great. The verbosity is easily fixed, just remove the -vvv.
@nl5887 commented on GitHub:
Try this:
It will replace all 'strange' chars with a hyphen (-).