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

CLI --list option overwrites the last file name when listing files from a WedDAV server #10082

Closed
cyberduck opened this issue Sep 16, 2017 · 1 comment
Assignees
Labels
bug cli Command Line Interface fixed
Milestone

Comments

@cyberduck
Copy link
Collaborator

cyberduck commented Sep 16, 2017

23dd800 created the issue

Here is a hex dump of the last part of the output from a duck --list command:


000000e0                        0a74 656d702e            .temp.
000000f0  7478740d 44697363 6f6e6e65 6374696e  txt.Disconnectin
                -*
00000100  67206461 762e626f 782e636f 6d20e280  g dav.box.com ..
00000110  93205765 62444156 20284854 54505329  . WebDAV (HTTPS)
00000120  e280a60a 0a0d556e 6b6e6f77 6ee280a6  ......Unknown...

This shows the last file name (temp.txt) a carriage return (0d) followed by "Disconnecting".

With no line feed (0a) after the last file name this causes the "Disconnecting" message to overwrite the last line of output.

If the command line option --quiet is specified then the last file name displays OK.

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

Fixed in 246624b. Thanks for reporting.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug cli Command Line Interface fixed
Projects
None yet
Development

No branches or pull requests

2 participants