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

Global option to have --verbose as defaut #610

Open
maieul opened this issue Apr 12, 2021 · 1 comment
Open

Global option to have --verbose as defaut #610

maieul opened this issue Apr 12, 2021 · 1 comment
Labels
enhancement New feature or improvement

Comments

@maieul
Copy link

maieul commented Apr 12, 2021

Enhancement

Should it be possible to have a global option to force --verbose as defaut.

Environment

Please copy the output of the following commands.

/bin/bash
Linux mrouquet 5.8.0-48-generic #54~20.04.1-Ubuntu SMP Sat Mar 20 13:40:25 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
git-ftp version 1.6.0

Explanation

There is a bug with curl + ftps + tls v1.3 curl/curl#6149

In my case, I tried to send file with git ftp, but some of the files were not send, (I get a file of 0 byte in the server, and so all my app was killed !). I didn't see it.

I solve the issue by adding

--tls-max 1.2

in my ~/.curlrc, but I would prefer to see explicitly the error message from curl, etc. So If I could have verbose every time :)

@LukasFritzeDev LukasFritzeDev added the enhancement New feature or improvement label Apr 12, 2021
@LukasFritzeDev
Copy link
Collaborator

Some folks reported an issue with empty files some time ago. Maybe this is related.?

Thanks for your suggestion.

I’m trying some ways to read more (or all) options using the defaults mechanism described in the manual. verbose does not work at the moment but it might come in a future release. We can use this issue as a reminder / reference for this.

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

No branches or pull requests

2 participants