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

cc send fails when using wildcards #1480

Open
jacdavi opened this issue Sep 23, 2022 · 0 comments
Open

cc send fails when using wildcards #1480

jacdavi opened this issue Sep 23, 2022 · 0 comments
Labels

Comments

@jacdavi
Copy link
Contributor

jacdavi commented Sep 23, 2022

Describe your environment

  1. minimega version: latest master
  2. Linux distro/version: Ubuntu 18.04
  3. Go compiler version: 1.18.4
  4. VM types: N/A

Describe the bug
cc send commands fail when a wildcard is included (e.g., cc send *.txt.)

minimega:/tmp/minimega/minimega$ file list *.txt
host  | dir | name     | size | modified
ccc19 |     | tmp.txt  | 0    | 2022-09-23T20:27:32Z
ccc19 |     | tmp2.txt | 0    | 2022-09-23T20:27:35Z
minimega:/tmp/minimega/minimega$ cc send *.txt
Error (ccc19): unable to get file *.txt via the mesh: get *.txt: file not found

To Reproduce
Steps to reproduce the behavior:

  1. Create multiple files in filepath with the same extension
  2. Start minimega and try to run cc send *.extensions

Expected behavior
All files matching the wildcard should be sent without error.


Some more context here: #1472 (comment)

@jacdavi jacdavi added the bug label Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant