Hi John,
You can use "oc cp" from a command line in your computer.
First you need to login into openshift from your Terminal. Then, you just need to run a similar command to this:
oc cp podname:/location /mylocal_location
By example:
oc cp myqme-ibm-mq-0:/tmp/dumpfile /home/andres/dumpfile
In this case i have a linux directory because im using wsl2 on windows. But it could be done from powershell "oc" command.
------------------------------
Andres Colodrero
------------------------------