How to write large FTP Files via nRF9160 Serial LTE Modem FTP Implementation

Hello,

I'm currently trying to send larger FTP files (several MBytes) with the Serial LTE Modem Application (latest version).

It's possible to establish a connection to the FTP server and perform one write command to the file. But I want to append multiple writes to one file. Everytime I use put/mput/uput the file is written completely new and data is not appended...


The AT Commands currently used (after successful connection via AT+CGDONT and check with AT+CGATT?) are:

AT#XFTP="open",<username>,<password>,<hostname>

AT#XFTP="status"

AT#XFTP="binary"

AT#XFTP="put",<file> (same with mput)

Then Data is written via UART in a loop and everytime data is sent it is also written to the file but not appended.
Could you please help, this features is of high importance for our product.

Thank you

Martin

Parents Reply Children
No Data
Related