<?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>FTP with LTE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/84773/ftp-with-lte</link><description>Hello Nordic. I&amp;#39;m using the nRF9160DK and with it, some sensors and an sd-card. I save data to the sd-card using a fatfs filesystem, the files are of magnitude 500 kB. I want to upload these files to my server via FTP. I see that nordic has a FTP_client</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 16 Feb 2022 13:00:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/84773/ftp-with-lte" /><item><title>RE: FTP with LTE</title><link>https://devzone.nordicsemi.com/thread/353351?ContentTypeID=1</link><pubDate>Wed, 16 Feb 2022 13:00:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:063519b5-2fd6-4594-9310-9218b5f1f366</guid><dc:creator>nWre</dc:creator><description>&lt;p&gt;Thank you Albrecht, I went the MQTT route :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FTP with LTE</title><link>https://devzone.nordicsemi.com/thread/353151?ContentTypeID=1</link><pubDate>Tue, 15 Feb 2022 14:55:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ddc207c-1e82-492b-8f15-76b5b68ad816</guid><dc:creator>Albrecht Markus Schellenberger</dc:creator><description>&lt;p lang="en-GB"&gt;Hello nWre,&lt;/p&gt;
[quote user=""]I&amp;#39;ve been trying to find some sort of sample code to get started but have failed, is it possible to get some help with this?[/quote]
&lt;p lang="en-GB"&gt;The &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.8.0/nrf/applications/serial_lte_modem/doc/slm_description.html#application-description"&gt;Serial LTE modem&lt;/a&gt; application supports &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.8.0/nrf/applications/serial_lte_modem/doc/FTP_AT_commands.html#ftp-at-commands"&gt;FTP&lt;/a&gt;. Otherwise, the nRF Connect SDK includes a &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.8.0/nrf/libraries/networking/ftp_client.html#ftp-client"&gt;FTP Client&lt;/a&gt; library with an API that should be pretty straight forward to use.&lt;/p&gt;
[quote user=""]A follow up question being: I am new to the IoT-world and I am surprised to see FTP not being mentioned very often. Is this because it is not normal practice when it comes to data upload to server? Is there another method being preferred here?[/quote]
&lt;p lang="en-GB"&gt;FTP is a file based protocol, which means that a file structure is a requirement. A very commonly used data transfer protocol is otherwise &lt;a href="https://mqtt.org/"&gt;MQTT&lt;/a&gt;.&lt;/p&gt;
&lt;p lang="en-GB"&gt;Regards,&lt;/p&gt;
&lt;p lang="en-GB"&gt;Markus&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>