-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work with ESPAsyncWebServer #8
Comments
I doubt it would work with ASyncWebServer. Don't know if you can mix both types in the same project. Are you sure you put ftpServer.handleFTP(); in your loop? if you want checkout my AsyncWebServer project that has integrated FileBrowser(upload/delete to spiffs)... doesn't use ftp though. https://github.com/nailbuster/myWebServerAsync |
Yes, I have the ftpSrv.handleFTP(); My goal is to get data out SPIFFS. |
Try out my WebServerProject.... Once started you just go to http://192.168.1.xx/browse that will bring up an html SPIFFs browser/upload/download/delete |
For me it works, but on heavy traffic there will be multiple retries. The same with normal WiFi client. |
An update: |
Update: |
Hi, I would like to use the ftp server, but I am using ESPAsyncWebServer. The ftp tries to connect but then stops and does not do anything or issues a random error (username, password or something else).
The ESPAsyncWebServer does not use server.handleClient(); in the loop(). Do have any idea how can be done so that both work together?
The text was updated successfully, but these errors were encountered: