FTP Client SDCard Wizwiki-7500
This is a project to receive files from an FTP server and store them in an SD card.
This is a project to receive files from an FTP server and store them in an SD card.
Project
s_dir
This is the part that receives directory information from the FTP server and outputs that information as a serial.
s_get
This is the part that receives data from an FTP server and writes that data to the specified file.
s_put
This is the part that reads the file stored on the SD card and sends the data to the FTP server.