SMB File Operations

# Retrieve a file
smbclient //100.119.202.114/share -N -c 'cd roms/ports/hermes; get herms-sdl.log /local/path/'

# List directory
smbclient //100.119.202.114/share -N -c 'cd screenshots; ls'

# Write a file (to userdata paths)
smbclient //100.119.202.114/share -N -c 'cd roms/ports/hermes; put local_script.py'

# Recursive directory listing
smbclient //100.119.202.114/share -N -c 'cd roms/ports/hermes; recurse; ls'

SMB Write Access

Confirmed write access to: - /userdata/roms/ports/hermes/ - Can push scripts for RG execution - /userdata/screenshots/ - Can write capture trigger files


Telemetry Protocol