Skip to content
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

Using both WiFi and Ethernet concurrently #31

Open
sebastianbergner opened this issue Sep 26, 2022 · 2 comments
Open

Using both WiFi and Ethernet concurrently #31

sebastianbergner opened this issue Sep 26, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@sebastianbergner
Copy link
Contributor

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.

@xreef xreef added the enhancement New feature or request label Sep 26, 2022
@xreef
Copy link
Owner

xreef commented Sep 26, 2022

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

@sebastianbergner
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants