robo8080 / ESP32_FTPServer_SD

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

Uploading folder just uploading files #5

Open sufius opened 11 months ago

sufius commented 11 months ago

Is there a way to also create the folder when uploading a complete folder structure with files in it, instead of flatten everything and saving just the containing files?

robo8080 commented 11 months ago

Subdirectories are not allowed. File timestamps are fixed.

sufius commented 11 months ago

such a pity, thank you for the fast response.