Page 1 of 1

is esp8266 support ftp at commands

Posted: Mon Aug 07, 2023 11:55 am
by amrendra2749
hi all
i am new at esp8266 forum. i have a question regarding ftp support of esp8266. i want to create a ftp clint who sent a data in a ftp server in csv format and the data will be in append mode i do the same job with stm32 and sim800 gsm/gprs module.
now i have a project to do this ftp data transfer on wifi so i want to use esp8266 module.

Plese let me know is it possible to do this work with esp8266 on not. because i did not found any information regarding FTP clint certation using esp8266 with AT Commands.

thanks in advance

Re: is esp8266 support ftp at commands

Posted: Tue Aug 08, 2023 1:18 pm
by bobtidey
For an ftp client running on the esp8266 you will need to load code on the esp8266 rather than try to use the AT commands.

A library and examples used in arduino environment can be found at https://github.com/dplasa/FTPClientServer/tree/master