wendlers / mpfshell

A simple shell based file explorer for ESP8266 Micropython based devices ⛺
MIT License
399 stars 85 forks source link

cat hangs/fails on binary files #12

Closed wendlers closed 8 years ago

wendlers commented 8 years ago

Using cat <remote-file> on a non ASCII file hangs the shell. Underlying getscommand should use binary transfer (as done by get) to fix the problem.