wendlers / mpfshell

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

I can't upload my CSV file #104

Open Friday8229 opened 2 years ago

Friday8229 commented 2 years ago

I am using ESP32, commands that i used:

mpfshell -c "open ttyUSB0" to get the shell

The error:

mpfs [/]> lls

Local files:

 <dir> mp
 <dir> .git
 <dir> build
 <dir> mpfshell.egg-info
 <dir> doc
 <dir> tests
 <dir> dist
       AA00068.csv
       setup.py
       .gitignore
       LICENSE
       requirements.txt
       .editorconfig
       README.md
       setup.cfg
       .pre-commit-config.yaml

mpfs [/]> ls

Remote files in '/':

mpfs [/]> put AA00068.csv

Failed to create file: AA00068.csv