Problem with spaces, any workaround ? #110

Closed
opened 2026-01-19 18:29:00 +00:00 by michael · 3 comments
Owner

Originally created by @imTHAI on GitHub.

Hello,

When I try to transfer a file with spaces I get a error message:

❯ transfer "A drone.mp4"                                                                                                                                                                                     
curl: (3) URL using bad/illegal format or missing URL
❯ transfer A\ drone.mp4                                                                                                                                                                                      
curl: (3) URL using bad/illegal format or missing URL
❯ mv A\ drone.mp4 drone.mp4
❯ transfer drone.mp4                                                                                                                                                                                         
######################################################################## 100.0%

Is there any workaround I could use ?

Thank you and thank you for this project !

Originally created by @imTHAI on GitHub. Hello, When I try to transfer a file with spaces I get a error message: ``` ❯ transfer "A drone.mp4" curl: (3) URL using bad/illegal format or missing URL ❯ transfer A\ drone.mp4 curl: (3) URL using bad/illegal format or missing URL ❯ mv A\ drone.mp4 drone.mp4 ❯ transfer drone.mp4 ######################################################################## 100.0% ``` Is there any workaround I could use ? Thank you and thank you for this project !
Author
Owner

@paolafrancesca commented on GitHub:

hello @imTHAI
sorry for missing the issue

I found the problem, not sure if anything change in curl, but I can reproduce

@paolafrancesca commented on GitHub: hello @imTHAI sorry for missing the issue I found the problem, not sure if anything change in curl, but I can reproduce
Author
Owner
@paolafrancesca commented on GitHub: @imTHAI fixed in https://github.com/dutchcoders/transfer.sh#bash-and-zsh-with-delete-url-delete-token-output-and-prompt-before-uploading
Author
Owner

@imTHAI commented on GitHub:

Hello,

You never answered.
Is this problem fixable ?

@imTHAI commented on GitHub: Hello, You never answered. Is this problem fixable ?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dutchcoders/transfer.sh#110