Sometimes you need to access files on a local embedded device without configuring full file sharing.
As long as Python is installed, you can expose a web server that will list and serve files allowing viewing and copying data as needed from another device on the LAN
python3 -m http.server
If everything goes to plan you should see the server listening for connections
Serving HTTP on :: port 8000 (http://[::]:8000/) ...