Skip to content

425 No data connection #78

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

Open
Boby270 opened this issue May 1, 2025 · 0 comments
Open

425 No data connection #78

Boby270 opened this issue May 1, 2025 · 0 comments

Comments

@Boby270
Copy link

Boby270 commented May 1, 2025

Hi, I'm trying to use the SimpleFtpServer library to implement it on an Arduino GIGA R1 Wifi. This board has a murata 1DX wifi chip, the same one used on some ESP32 (wifi.h), and also has an STM32 microcontroller. So I said to myself that by defining the NETWORK_EPS32 macros as well as the type of storage I use (with the SdFat.h library) and by indicating that I'm on STM32 via the macros I could make this library work on my board.

I've managed to set up my card's wifi network in AP mode, to which I can connect via a filezila client, but when the MLSD command is sent I get an error which is 425. it can't establish a connection to send data, if I've understood correctly. So I can't see the contents of my SD card or interact with it. Filezila is configured in passive mode and with 1 connection at a time.

can you help me and maybe show me a solution to solve my problem? thank you in advance. :')

Image
Image
Image

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

No branches or pull requests

1 participant