Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files with whitespace are not handled correctly #633

Closed
lucaheft opened this issue Apr 7, 2022 · 5 comments · Fixed by #638
Closed

Files with whitespace are not handled correctly #633

lucaheft opened this issue Apr 7, 2022 · 5 comments · Fixed by #638

Comments

@lucaheft
Copy link

lucaheft commented Apr 7, 2022

Bug

  • How to reproduce the issue?
    Add a file which contrains a whitespace in it's filename. Push the repository to a ftp server. The file with the whitespace in it's name will not be transmitted.

Environment

gitlab docker runner with latest alpine docker image

Linux runner-dvmb8sb1-project-94-concurrent-0 5.4.0-107-generic #121-Ubuntu SMP Thu Mar 24 16:04:27 UTC 2022 x86_64 Linux
git-ftp version 1.6.0

When using -vv flag, this error pops up:
curl: (3) URL using bad/illegal format or missing URL

@stale
Copy link

stale bot commented Jul 10, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have found a solution for this, it would be great if you could share it here to help others. Thank you for your question.

@stale stale bot added the stale label Jul 10, 2022
@Eliastik
Copy link
Contributor

Same issue on Ubuntu 22.04 with Git-ftp version 1.6.0

@mark20044
Copy link

Same issue here: git-ftp 1.6.0, mingw64, curl 7.85.0
File with whitespace in the name shows
curl: (3) URL using bad/illegal format or missing URL

@rtharston
Copy link

Same issue on macOS with git-ftp 1.6.0 and curl 7.85.0.

If I upgrade to 7.87.0 then curl erroneously reports this as an Out of memory error and ends prematurely (see issue #648 in this repo, and the curl issue linked from there).

@danieltowers
Copy link

Same here, filename with spaces does not upload. I have tried to use --data-urlencode in the git-ftp script but I can't get it to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants