Quectel FTP commands to create blank file name and write data bytes in that file to upload in FTP server

Hi,

It’s to inform you that FTP service is created ok, but whentrying to create blank file name in FTP server using FTP AT commands → AT+QFTPPUT=“test.txt”,“COM:”,0 for Quectel EC200U-CN module.
Than no OK response is getting receive from module side but module is getting stuck for some times.

So, Can you please resolved my below mentioned queires while giving reply.

  1. Quectel FTP AT commands to create blank File name “test.txt”.
  2. Quectel FTP AT commands to write data in “HELLO” in “test.txt” file.
  3. Quectel FTP AT commands to upload this “test.txt” file in FTP server.

Looking forward to hearing from you ASAP.

Thanks & regards,
Ronak Jain

Please see below log to upload a file to FTP server.

AT+QFTPPUT=“test_my1.txt”,“COM:”,0 //All data will be saved as test_my1.txt on FTP(S) server.
CONNECT

<+++>
OK
+QFTPPUT: 0,1000
AT+QFTPLEN
OK
+QFTPLEN: 0,1000
AT+QFTPSIZE=“test_my1.txt”
OK