We are using Colibri iMX7d 1GB emmc V1.1A with Linux V2.8b from yocto and Colibri Evaluation board V3.2B.
We have a requirement to store files programmatically from Colibri iMX7 to external PC which will be running Windows OS. We’ve planned to use FTP for file transfer where our Colibri iMX7 will be FTP Server and external PC will be FTP Client.
Since we are developing in C/C++, we need FTP Client sdk for development. Is it possible to generate FTP sdk using Yocto?
Is there any documentation regarding FTP in Linux? All the existing question asked in this community are based on FTP in WinCE.
Thank You for your time!