Accessing files via FTP on STM32U5

Usman Khan 21 Reputation points
2022-02-23T12:05:15.043+00:00

Hi,

We're trying to access files from STM32U5 over FTP - at the moment we're using the b-u585i-iot02a discovery kit alongside AzureRtos/Middleware.

Just wondering if there already exists an example code that could assist us in getting a head start.

Secondly, from architectural POV - would it be best to use FTPS or SFTP on STM32U5?

Looking forward to your answer,

Thanks a lot,

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. QuantumCache 20,266 Reputation points
    2022-02-23T19:10:43.093+00:00

    Hello @Usman Khan

    Have you referred to this document, thought of sharing if this helps with your query.

    Chapter 2 - Installation and use of Azure RTOS NetX FTP
    This chapter contains a description of various issues related to installation, setup, and usage of the Azure RTOS NetX FTP component.

    1 person found this answer helpful.
    0 comments No comments

  2. Tiejun Zhou 1,126 Reputation points Microsoft Employee
    2022-02-24T00:27:53.97+00:00

    Hello @Usman Khan , you can find FTP sample here. In this sample, ram network ram disk drivers are used. You will need to replace those drivers to real ones.

    We don't support FTPS or SFTP.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.