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

Setting FTP host command works, firmware thinks it failed #70

Open
dajtxx opened this issue Jul 17, 2024 · 0 comments
Open

Setting FTP host command works, firmware thinks it failed #70

dajtxx opened this issue Jul 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@dajtxx
Copy link
Contributor

dajtxx commented Jul 17, 2024

The following error occured, even though MQTT login/logout worked and the AT command to set the FTP host works.

Seems to have been caused by already being logged in. A (Wombat) firmware FTP state machine bug?

11:36:15.282 > $ ftp login
11:36:17.689 > [ 79887][I][ftp_stack.cpp:30] ftp_login(): [ftp_stack] Starting modem and login
11:36:17.701 > [ 79899][I][CAT_M1.cpp:86] make_ready(): [CAT_M1] already_called = true, early return
11:36:17.708 > AT+CEREG?
11:36:17.708 >
11:36:17.708 > +CEREG: 0,1
11:36:17.708 >
11:36:17.708 > OK
11:36:17.726 > AT+UPSND=0,0
11:36:17.738 >
11:36:17.738 > +UPSND: 0,0,"10.120.32.214"
11:36:17.738 >
11:36:17.738 > OK
11:36:17.738 > [ 79937][I][Utils.cpp:356] connect_to_internet(): [utils] Already connected to internet
11:36:17.751 > AT+UFTP=1,"sherman-pablo.bnr.la"
11:36:17.759 >
11:36:17.759 > OK
11:36:17.759 > [ 79957][E][ftp_stack.cpp:44] ftp_login(): [ftp_stack] Failed to set FTP server hostname
11:36:17.769 >
11:36:17.769 > ERROR
11:36:17.769 > $
@dajtxx dajtxx added the bug Something isn't working label Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant