robo8080 / ESP32_FTPServer_SD

ESP32 FTP Server
GNU Lesser General Public License v3.0
41 stars 14 forks source link

fixed first char missing from filenames and added functionality #4

Open KyleMolinari opened 1 year ago

KyleMolinari commented 1 year ago

Found an error which removed the first character of all files and folder names. Also added MKD (create directory) and RMD (remove directory) functionality. Also changed some stuff to allow the user to look inside different folders instead of only having access to the files & folders in the root directory