can't connect via FTP
-
i have a fipy here which i can't connect to via FTP.
there are a few strange things about it.i tried booting in safe mode, the led flashes orange and the module resets, only strange thing the wifi SSID stays the same as it was.
i can connect to the REPL witch UART is there any way i can do something over the REPL.
i also tried flashing new firmware it had about the same effect as booting in safe mode.
i suspect that the FTP ip address is somehow changed, does anyone know how to read that address by the REPL?
or any other thoughts?
-
@paul-thornton
no it was something else. i don't remember what the exact problem was.
one thing that is weird is that the WLAN SSID was never changed.i connected it to pybytes via the REPL and updated the main.py in there and i could connect again.
-
@Eric-Waai Did you confirm if this was a case of just not having the correct ip?
-
@eric-waai said in can't connect via FTP:
i suspect that the FTP ip address is somehow changed, does anyone know how to read that address by the REPL?
from network import WLAN WLAN().ifconfig()