I am trying to upload a file (2MB in size) to our FTP server and am running into problem.
I a cut the file up into 500K blocks, saving them to a temp file on the modem’s UFS, then sending that UFS file to the FTP server (AT+QFTPPUT=“test.file”,“upload.bin”,0)
The 1st one works but then I can’t figure out how to append the next block.
Can I use UFS to append to a file on the FTP server?