Skip to main content
Visitor II
November 3, 2020
Solved

FTP Client Example for STWIN STEVAL

  • November 3, 2020
  • 1 reply
  • 1180 views

Hi Everyone,

Is there any example for FTP Client on STWIN eval board? If yes, please share. Thanks much in advance

@Eleon BORLINI​ any suggestion from you?

Is there any Third Party library which I can use?

Kind Regards

Chandra

    This topic has been closed for replies.
    Best answer by Chandrashekar C

    Thank you @Eleon BORLINI​  for your suggestion. Currently I am using TCP socket connection to transfer the data, it seems to ok for now.

    I shall also explore the options you have mentioned.

    Thanks again.

    Chandrashekar C

    1 reply

    ST Employee
    November 9, 2020

    Hi @Chandrashekar C​ ,

    what I can say is that in the firmware function packs specifically thought for the STWINKT STEVAL there is unfortunately no FTP-client example.

    On the other hand, the most close example I can found is in one of the function packs associated with the B-L475E-IOT01A discovery IoT kit (which shares the same WiFi module of the STWINKT STEVAL), even if it is related to the HTTP protocol and not to the FTP. So not sure if it can be so useful for you...

    In particular, the example I'm referring to can be found in the X-CUBE-CLD-GEN function pack, in the \Projects\B-L475E-IOT01\Examples\Cloud\httpclient folder.

    -Eleon

    Chandrashekar CAuthorAnswer
    Visitor II
    November 13, 2020

    Thank you @Eleon BORLINI​  for your suggestion. Currently I am using TCP socket connection to transfer the data, it seems to ok for now.

    I shall also explore the options you have mentioned.

    Thanks again.

    Chandrashekar C

    ST Employee
    November 13, 2020

    Hi Chandrashekar,

    in case you want to share a code or some suggestion for the community, you are of course welcome.

    -Eleon