- This topic has 4 replies, 2 voices, and was last updated 3 years, 5 months ago by .
- You must be logged in to reply to this topic.
Hello Renzo,
I’m having trouble with SimpleFTPServer on an ESP32 DevKit V1 (Wrover module based)
Using the esp8266_esp32_SPIFFS.ino Example in the SimpleFTPServer library directories in Ardino 1.8.19. Libraries have been updated recently.
When I FTP to the IP address, the Arduino Serial Monitor says:
Connected to LOCUST_2
IP address: 192.168.1.117
SPIFFS opened!
FTP: Connected! (( about ten second delay ))
FTP: Disconnected!
The FTP clients say:
220—Welcome to Simply etc etc
530 Timeout
221 Goodbye
I’ve tried FileZilla, WSFTP and windows and linux command line ftp clients, same results.
I have applied the #define DEFAULT_STORAGE_TYPE_ESP32 STORAGE_SPIFFS in FtpServerKey.h
Any suggestions? And thanks for your wealth of technical magic!!
Thanks, Jim
Hi jimh,
It’s strange, I do some test now, but seems It’s all ok.
A user tell me that there is some problem with latency, and in the future, I do a big change to solve that, but FileZilla must work well now.
Can you try to set
WiFi.setSleep(false);
as described here.
Keep in touch Renzo
Hello,
I added the WiFi.setSleep(false); as the last statement in the void setup(void){ and it still does a timeout and disconnect in about 10 seconds.
Does SimpleFTPServer have a verbose mode that may offer more information?
Thanks, Jim
Hi Jimh,
any news?
More
Just like a well-organized workbench, this website uses cookies to function properly and efficiently.
🛠️ The Essentials (Necessary): Some cookies are categorized as necessary and are stored on your browser because they are critical for the basic working of the site.
📊 The Analytics (Third-party): We also use third-party cookies to help us analyze traffic and understand which projects you like the most. These are stored only if you give us the green light.
You can choose to opt-out, but keep in mind that disabling them might make the site experience a bit less "smooth".
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
