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

browser file-name & dir-name copy incorrect string #10735

Closed
cyberduck opened this issue Jun 11, 2019 · 1 comment
Closed

browser file-name & dir-name copy incorrect string #10735

cyberduck opened this issue Jun 11, 2019 · 1 comment
Labels

Comments

@cyberduck
Copy link
Collaborator

5e4fc9a created the issue

symptoms:

  • browser filename and directory name copy incorrect string to clipboard.
  • 100% repeatable

Steps:

  1. open browser on remote host (linux)
  2. select filename or directory-name
  3. execute copy (cmd-c on osx)

Expected Results:

  1. file-path in clipboard (cmd-v on osx)
  2. dir-path in clipboard

Actual Results:

  1. file-path has suffix appended:
  2. dir-path has suffix appended:

Example:

  1. Orig: /opt/dev/gradle/build.gradle
  2. Copy: /opt/dev/gradle/build.gradle,81
  3. Orig: /opt/dev/gradle
  4. Copy: /opt/dev/gradle,

Comment:

  • Older versions of Cyberduck copied the actual path (with no suffix).
@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #10710.

@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
Projects
None yet
Development

No branches or pull requests

1 participant