SimpleFTPServer icon indicating copy to clipboard operation
SimpleFTPServer copied to clipboard

Using both WiFi and Ethernet concurrently

Open sebastianbergner opened this issue 3 years ago • 2 comments
trafficstars

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.

sebastianbergner avatar Sep 26 '22 11:09 sebastianbergner

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

xreef avatar Sep 26 '22 12:09 xreef

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

sebastianbergner avatar Sep 26 '22 13:09 sebastianbergner