2024-04-16 03:04 PM
hello
im using stm32f407vgt6 and cubeide without os.
i configured ethernet using cubemx perfectly.
now i need ftp client, i cant find proper resources for do this.
thanks for your helps.
2024-04-16 05:56 PM
You can't find any documentation on the protocol? Or examples of people using it? Find that hard to believe.
Perhaps HTTP would be simpler to implement?
2024-04-17 12:10 PM
i found something with freertos and something not used physical lan, so confused need an example
2024-04-17 12:34 PM
>> ..so confused
Yeah, perhaps learn to swim before jumping off the boat..
You have a TCP/IP stack?
Any experience with Berkeley Sockets?
Perhaps look at u-Boot sources?
https://github.com/gezedo/lwftp
Just need to fetch something from a Server? HTTP is SO much simpler.
2024-04-17 12:41 PM
Hello,
There is no example provided by ST. Maybe you need to google it and find if someone had already do that.
See this thread.
See also this link it may help.