b90d70bed57b01566f208eb0cc6eac6116a6925f
SimpleFTPServer passes null for the filename in FTP_TRANSFER_STOP from closeTransfer(). Using %s with a null pointer crashes vsnprintf. Guard all name uses with fallback to '?' if null or empty.
Description
FTP server for Kode Dot (ESP32-S3) — serves microSD over Wi-Fi
Languages
C
98.1%
C++
1.8%