Ec200t ftp file error

Hi Guys

Im working with the EC200T module the TCP connection is working fine, but i have an issue when i try to donwload a file from my FTP server specifically when i sen this command AT+QFTPGET=… I get +QFTPGET: 613,0 (File Error).

I tryed with a smaller file, changing the file extension, trying to save in RAM and in UFS too but nothing works and ever get the same error.

previously i was using a Quectel UC15, and i didnt have any problem with it, i donwloaded the files without any problems

I share the AT-commands, i aprecciate a lot if you can check if i`m missing something or ther is something wrong, any help is welcome.

Thanks Guys

AT+QICLOSE=1

OK
AT+QFDEL="*"

OK

15:34:20.684 [RX] - AT+QFTPCFG=“contextid”,1

OK

15:34:22.708 [RX] - AT+QFTPCFG=“account”,“FTPUSER”,"X1.X2.X3"

OK
1AT+QFTPCFG=“filetype”,1

OK
AT+QFTPCFG=“transmode”,0

OK
AT+QFTPCFG=“rsptimeout”,180

OK
AT+QFTPOPEN=“XXX.XXX.XX.XX”,21

OK

15:34:28.299 [RX] -
+QFTPOPEN: 0,0

15:34:29.776 [RX] - AT+QFTPCWD="/"

OK

15:34:30.939 [RX] -
+QFTPCWD: 0,0

15:34:32.812 [RX] - AT+QFTPNLST="."

15:34:37.041 [RX] -
CONNECT
PCA_v1_5_6.hex

OK

+QFTPNLST: 0,16

15:34:38.871 [RX] - AT+QFTPSIZE="PCA_v1_5_6.hex"

OK

15:34:40.660 [RX] -
+QFTPSIZE: 0,2376313

15:34:41.909 [RX] - AT+QFTPGET=“PCA_v1_5_6.hex”,“RAM:PCA_v1_5_6.hex”,0

OK

15:34:48.269 [RX] -
+QFTPGET: 613,0

hi,paradigmas8:

+QFTPGET: 613,0 //613 file error

RAM:PCA_v1_5_6.hex,I suggest you try changing the.hex file format to a.txt file

Hi Herbert,

Thanks for answer, im already did it, but i had the same error.

hi,paradigmas8:

+QFTPSIZE: 0,2376313

Maybe the file is too large, I suggest you download a smaller file to try!

Yeah I thought that, i tried a *.txt file with a simple “Hello World” inside, but it didn’t work.