<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Downloading big files using FTP AT commands</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/73522/downloading-big-files-using-ftp-at-commands</link><description>Hello Team Nordic, 
 We are using nrf9160 DK with nrf connect SDK 1.5.0 and mfw_nrf9160_1.2.3 modem firmware . 
 We are currently evaluating the FTP AT command set and according to our requirement we need to download a huge file 120KB from the FTP server</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 12 Apr 2021 08:14:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/73522/downloading-big-files-using-ftp-at-commands" /><item><title>RE: Downloading big files using FTP AT commands</title><link>https://devzone.nordicsemi.com/thread/304193?ContentTypeID=1</link><pubDate>Mon, 12 Apr 2021 08:14:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3bea29fc-dbc6-4120-b88f-e49de296af5f</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hi again!&lt;br /&gt;&lt;br /&gt;From what I can see the REST command isn&amp;#39;t supported in our FTP client yet. Thus, it&amp;#39;s not supported through the AT commands either. If this is a desired feature I&amp;nbsp;suggest talking&amp;nbsp;with your Nordic Regional Sales Manager(RSM), but it should be possible implement in existing FTP client library as well.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;If you are unaware of who your RSM is I&amp;#39;ll send you a private message with his contact information.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Carl Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downloading big files using FTP AT commands</title><link>https://devzone.nordicsemi.com/thread/304156?ContentTypeID=1</link><pubDate>Mon, 12 Apr 2021 00:28:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d04566f4-7df8-4578-928e-f7d9df163c1f</guid><dc:creator>arshdeep</dc:creator><description>&lt;p&gt;Thanks Carl for the response. Both these methods suggest us to download some sought of library and use the corresponding API&amp;#39;s but we were trying to find a way out using just the AT command set as listed here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/doc/FTP_AT_commands.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/doc/FTP_AT_commands.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Do you know of any AT command which will allow us to achieve the same? I couldn&amp;#39;t find a REST command in this list which seemed like a good idea in your answer.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downloading big files using FTP AT commands</title><link>https://devzone.nordicsemi.com/thread/303372?ContentTypeID=1</link><pubDate>Wed, 07 Apr 2021 07:50:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1a859a9-d215-4680-8679-b38b3025d114</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hello!&lt;br /&gt;&lt;br /&gt;We don&amp;#39;t have any implementation doing this at the moment, but I suggest looking into using the the&amp;nbsp;&lt;strong&gt;REST (restart)&lt;/strong&gt; command of FTP. This enables you to restart a download at a certain point in the data, so you can implement some sort of scheme that downloads a chunk of data, storing it in a buffer, and then restarting the download at the&amp;nbsp;offset. As specified in the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/net/ftp_client.html#ftp-client"&gt;FTP client documentation&lt;/a&gt;&amp;nbsp;some adjustments might have to be done for the API to work with specific servers.&lt;br /&gt;&lt;br /&gt;Alternatively you could look into the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/net/download_client.html?highlight=download%20client#download-client"&gt;Download Client API&lt;/a&gt;, which uses HTTPS/CoAP, but handles fragmentation of large files.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Carl Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>