Niels Hüsken
Niels Hüsken
also please make sure, that you don't use any connection security features.. SIZE and MDTM are not supported...(and not required)
I don't think that crash is related to the ftp-server code. It must be something in the sdk. Do you know what version of sdk you use?
2.4.1 That should do....even thou you should be able to update to 2.4.2...but I don't think that will fix the problem. Let me check when I am back at my...
In the meantime, you can try to reformat spiffs...might be corrupted or something...
I always work with the latest release, so its 2.4.2 for me.... But I also work with Visual Studio Community with VMicro plugin, so I would not know how you...
another thing you can try: Create a new project with just the ftpServer-code in it. This way you make sure that no other parts of your code are causing the...
I have bad news for you. I just uploaded a 300KB File to my nodemcu-Module with no problems... I used the following code ``` FtpServ *ftpServer; void setup() { Serial.begin(115200);...
I just noticed that ftp-code does not do a SPIFFS.begin()....that needs to be done in the setup()-function as well
@ersivv no, **work** write file to SPIFFS
10489 is done now .. :)