<?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 FTP client in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/FTP-client/m-p/231598#M6335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my project I need to download a specific file from a remote tftp server (Tftpd64) and write it to the SD card. I use MQX 4.1. Would you please let me know what is the best approach for that? My best guess is having a ftp client in the application. but how can I do it? any sample project available? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Jul 2013 00:30:36 GMT</pubDate>
    <dc:creator>amleng</dc:creator>
    <dc:date>2013-07-31T00:30:36Z</dc:date>
    <item>
      <title>FTP client</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FTP-client/m-p/231598#M6335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my project I need to download a specific file from a remote tftp server (Tftpd64) and write it to the SD card. I use MQX 4.1. Would you please let me know what is the best approach for that? My best guess is having a ftp client in the application. but how can I do it? any sample project available? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 00:30:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FTP-client/m-p/231598#M6335</guid>
      <dc:creator>amleng</dc:creator>
      <dc:date>2013-07-31T00:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: FTP client</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FTP-client/m-p/231599#M6336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All the code comes with MQX, you just need to put two examples together. Start with:&lt;/P&gt;&lt;P&gt;c:\Freescale\Freescale_MQX_4_0\rtcs\examples\shell\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which contains a shell command for FTP client ("ftp"). Get familiar with using it, connect with a remote server and transfer a file to ramdisk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In second step, you take &lt;/P&gt;&lt;P&gt;c:\Freescale\Freescale_MQX_4_0\mfs\examples\sdcard\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which has a task that mounts MFS on SDCARD. Integrate it with the rtcs/examples/shell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, the actual version is MQX 4.0.1, very soon, MQX 4.0.2 will be out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 06:58:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FTP-client/m-p/231599#M6336</guid>
      <dc:creator>Martin_</dc:creator>
      <dc:date>2013-07-31T06:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: FTP client</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FTP-client/m-p/231600#M6337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've integrated ftp client, tftp client, and MFS/FFS into my project.&amp;nbsp; The NAND FFS is mounted at "a:/"&lt;/P&gt;&lt;P&gt;On the PC I'm running an FTP server and a TFTP server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the K60 board I can TFTP a file from the server and save it to the NAND FFS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the FTP client, things are different.&amp;nbsp; I can connect to the FTP server and list the remote directory&lt;/P&gt;&lt;P&gt;contents.&amp;nbsp; When I do a GET the ftp client fails with the error "Unable to open local file."&amp;nbsp; PUT throws the same error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already tried giving PUT/GET the full pathname of the local files.&amp;nbsp; Still same results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did I miss anything?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 17:17:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FTP-client/m-p/231600#M6337</guid>
      <dc:creator>joey81</dc:creator>
      <dc:date>2013-09-24T17:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: FTP client</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FTP-client/m-p/231601#M6338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FTPc_put FTPc_get are implemented in ftpc_cmd.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after fopen, if fd = fopen() returns zero, add a code line to read what error it is (error_code = _io_ferror(fd)); what is the error_code ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 07:48:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FTP-client/m-p/231601#M6338</guid>
      <dc:creator>Martin_</dc:creator>
      <dc:date>2013-09-27T07:48:50Z</dc:date>
    </item>
  </channel>
</rss>

