<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: FTP client in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FTP-client/m-p/502655#M4872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yvan. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MQX has RTCS - Real-Time TCP/IP Stack. So if you want to use RTCS is needed to use KSDK 1.3 and MQX.&lt;/P&gt;&lt;P&gt;Please, see for example&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/366076"&gt;Importing lwip into existing KSDK 1.2 MQX project&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-106170"&gt;How to add RTCS to a Processor Expert Project Using KDS and KSDK&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to work with FreeRTOS, you can check lwIP here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-252874"&gt;How to Add lwIP to KDS3.0 Project&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/gezedo/lwftp" title="https://github.com/gezedo/lwftp"&gt;GitHub - gezedo/lwftp: A lightweight FTP client using raw API of LWIP&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using PEx&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-275614"&gt;Processor Expert UDP+DHCP/LwIP demo application for FRDM-K64F target board&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Iva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2016 07:31:32 GMT</pubDate>
    <dc:creator>ivadorazinova</dc:creator>
    <dc:date>2016-06-01T07:31:32Z</dc:date>
    <item>
      <title>FTP client</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FTP-client/m-p/502652#M4869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I work with K64 and FreeRTOS for a Ethernet and SD card projet. KSDKv2.0 demo projects work well but I don't find libraries for FTP client.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SD cart =&amp;gt; OK&lt;/P&gt;&lt;P&gt;SSL/TLS =&amp;gt; probably OK with mbedTLS or WolfSSL&lt;/P&gt;&lt;P&gt;FTP client =&amp;gt; ???????&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to choose between :&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;a simple FTP client&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;a FTPS client (simple FTP + SSL/TLS) &lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;if possible a SFTP client (SSH file transfert protocole).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know libraries for FTP client and SFTP(SSH) ?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 09:57:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FTP-client/m-p/502652#M4869</guid>
      <dc:creator>PO220</dc:creator>
      <dc:date>2016-05-26T09:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: FTP client</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FTP-client/m-p/502653#M4870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have these possibilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;use fNET embedded TCP/IP stack which has TFTP Client&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;More details you will find at &lt;A href="http://fnet.sourceforge.net/" title="http://fnet.sourceforge.net/"&gt;FNET Embedded TCP/IP Stack&lt;/A&gt; &lt;/P&gt;&lt;P&gt;also with the questions regarding fNET &lt;A href="https://sourceforge.net/projects/fnet/" title="https://sourceforge.net/projects/fnet/"&gt;FNET - Embedded TCP/IP Stack download | SourceForge.net&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;use RTCS (MQX Stack) which you will find under KSDK 1.3&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Iva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 12:18:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FTP-client/m-p/502653#M4870</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2016-05-31T12:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: FTP client</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FTP-client/m-p/502654#M4871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Iva,&lt;/P&gt;&lt;P&gt;Your solution seems very great, but could you explain me how can I add RTCS to a FreeRTOS project ; is it possible ?&lt;/P&gt;&lt;P&gt;Yvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 13:09:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FTP-client/m-p/502654#M4871</guid>
      <dc:creator>yb</dc:creator>
      <dc:date>2016-05-31T13:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: FTP client</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FTP-client/m-p/502655#M4872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yvan. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MQX has RTCS - Real-Time TCP/IP Stack. So if you want to use RTCS is needed to use KSDK 1.3 and MQX.&lt;/P&gt;&lt;P&gt;Please, see for example&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/366076"&gt;Importing lwip into existing KSDK 1.2 MQX project&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-106170"&gt;How to add RTCS to a Processor Expert Project Using KDS and KSDK&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to work with FreeRTOS, you can check lwIP here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-252874"&gt;How to Add lwIP to KDS3.0 Project&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/gezedo/lwftp" title="https://github.com/gezedo/lwftp"&gt;GitHub - gezedo/lwftp: A lightweight FTP client using raw API of LWIP&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using PEx&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-275614"&gt;Processor Expert UDP+DHCP/LwIP demo application for FRDM-K64F target board&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Iva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 07:31:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FTP-client/m-p/502655#M4872</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2016-06-01T07:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: FTP client</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FTP-client/m-p/502656#M4873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iva,&lt;/P&gt;&lt;P&gt;Thanks for your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I have to use FreeRTOS, no MQX for this project...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I have tested this solution : the client is connected to the serveur, the new file is created, but not filled. And no ability to read a file from the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. No way ;-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I have 3 ways : &lt;/P&gt;&lt;P&gt;- Continue with the 2) make the STOR ok and add the RETR functionality.&lt;/P&gt;&lt;P&gt;- Try to modify the FTP client from RTCS to use it without MQX !&lt;/P&gt;&lt;P&gt;- Find another FTP client ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 07:50:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FTP-client/m-p/502656#M4873</guid>
      <dc:creator>yb</dc:creator>
      <dc:date>2016-06-01T07:50:06Z</dc:date>
    </item>
  </channel>
</rss>

