FTP Client
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-12-24 8:04 PM
Hi,Master
platform:
stm32f030c8 and stm32f103vc
I want to download firmware from the FTP server through the GPRS module, perform local firmware upgrade, ask if there is any FTP client information document or demo, thank you very much!
Please forgive me for poor English.
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-12-24 11:14 PM
Some GSM/GPRS modules support FTP transfers using AT commands, which is easier than implementing the FTP protocol in the code.
Check your module's documentation. For example, SIM800 supports FTP commands - https://cdn-shop.adafruit.com/datasheets/sim800_series_at_command_manual_v1.01.pdf (see chapter 12).
