xreef / SimpleFTPServer

A simple FTP server for Arduino, ArduinoSAMD WiFiNINA, esp8266, esp32, stm32 and Raspberry Pi Pico W

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using both WiFi and Ethernet concurrently

sebastianbergner opened this issue · comments

I am working on a project and would need to access the ftp server from WiFi and Ethernet.
Hardware-wise I am using an WT32-ETH01 board which sports an ESP32 with a LAN7820 Ethernet interface.

Currently I am just using the WiFi interface.
Is there a possible setup of ''FtpServerKey.h" to make connectivity from Ethernet and WiFi possible?
Or if not, add this in a future release?

Any input/help would be appreciated.

Hi sebastian,
I think for the structure of the library It's very difficult to manage that situation, especially because to manage that, I must enable 2 net connections concurrently, and It can be very hungry for resources.
I think It can't be inserted in the future release for now.
Bye Renzo

That's rather unfortunate.
Thanks for your quick reply.
Best wishes