PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
mem spiffs dump --help


Dumps device SPIFFS file to a local file
Size is handled by first sending a STAT command against file to verify existence

usage:
    mem spiffs dump [-ht] -s <fn> [-d <fn>]

options:
    -h, --help                     This help
    -s, --src <fn>                 SPIFFS file to save
    -d, --dest <fn>                file name to save to <w/o .bin>
    -t, --trace                    download into trace buffer

examples/notes:
    mem spiffs dump -s tag.bin                 -> download binary file from device, saved as `tag.bin`
    mem spiffs dump -s tag.bin -d a001         -> download tag.bin, save as `a001.bin`
    mem spiffs dump -s tag.bin -t              -> download tag.bin into trace buffer