This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM263P4-Q1: FTP over TLS (FTPS)

Part Number: AM263P4-Q1

Tool/software:

Hello,

  1. Is there any example code for an FTP over TLS client for this SOC please?
  2. If not, are there any examples for another TI ARM based SOC that I could possible adapt?

Thank you very much.

  • Hi Kier,

    There are TLS based examples over AM263Px which show the SoC functioning as a HTTPS server or a MQTT Client using MbedTLS library.

    There is no direct example showcasing FTP over TLS in MCU_PLUS_SDK for any SoC.

    But the LwIP stack (part of the MCU_PLUS_SDK) does provide TFTP Client example which can be tweaked to work with MbedTLS (TLS lib part of MCU_PLUS_SDK) which will help you achieve a FTP over TLS functionality.

    Regards,
    Shaunak

  • Hi Shaunak,

    Many thanks for the tips.