You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: