You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create multiple files in filepath with the same extension
Start minimega and try to run cc send *.extensions
Expected behavior
All files matching the wildcard should be sent without error.
Describe your environment
master
Describe the bug
cc send
commands fail when a wildcard is included (e.g.,cc send *.txt.
)To Reproduce
Steps to reproduce the behavior:
filepath
with the same extensioncc send *.extensions
Expected behavior
All files matching the wildcard should be sent without error.
Some more context here: #1472 (comment)
The text was updated successfully, but these errors were encountered: