-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
gh-114241: Fix retrieving files in the ftplib CLI #114242
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
Conversation
Also improve its help.
* Add a newline after writing warnings to stderr. * Fix a TypeError if the netrc file doesn't contain a host/default entry.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks; tested locally with vsftpd. I think a NEWS entry for this bugfix would be fine.
It does not officially exist. A NEWS entry will only confuse users. |
This is not correct; it does officially exist: https://docs.python.org/3/library/cmdline.html |
Then we should fix this list. |
This comment was marked as outdated.
This comment was marked as outdated.
* Fix writing the retrieved binary file to stdout. * Add a newline after writing warnings to stderr. * Fix a TypeError if the netrc file doesn't contain a host/default entry. * Improve the usage message. (cherry picked from commit 42d72b2) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* Fix writing the retrieved binary file to stdout. * Add a newline after writing warnings to stderr. * Fix a TypeError if the netrc file doesn't contain a host/default entry. * Improve the usage message. (cherry picked from commit 42d72b2) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-114404 is a backport of this pull request to the 3.12 branch. |
GH-114405 is a backport of this pull request to the 3.11 branch. |
* Fix writing the retrieved binary file to stdout. * Add a newline after writing warnings to stderr. * Fix a TypeError if the netrc file doesn't contain a host/default entry. * Improve the usage message. (cherry picked from commit 42d72b2) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* Fix writing the retrieved binary file to stdout. * Add a newline after writing warnings to stderr. * Fix a TypeError if the netrc file doesn't contain a host/default entry. * Improve the usage message. (cherry picked from commit 42d72b2) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* Fix writing the retrieved binary file to stdout. * Add a newline after writing warnings to stderr. * Fix a TypeError if the netrc file doesn't contain a host/default entry. * Improve the usage message.
* Fix writing the retrieved binary file to stdout. * Add a newline after writing warnings to stderr. * Fix a TypeError if the netrc file doesn't contain a host/default entry. * Improve the usage message.
* Fix writing the retrieved binary file to stdout. * Add a newline after writing warnings to stderr. * Fix a TypeError if the netrc file doesn't contain a host/default entry. * Improve the usage message.
Also improve its help.