All Rights reserved, No Spreading without GOSUNCN Permission
138
AT Command Reference Guide of Module Product
ME3630
This is a test, This is a test
OK
12.6.
AT$ZFTPCLOSE Close FTP Service
FTP support download file one by one package. If the file is not downloaded completely by subpackage mode, you need send
+ZFTPCLOSE to close FTP server.
Command
Response
AT$ZFTPCLOSE
<CR><LF>OK <CR><LF>
or
<CR><LF>ERROR<CR><LF>
Example
AT$ZFTPSIZE=PUT_02.TXT
$ZFTPSIZE: 69520
OK
AT$ZFTPGET=PUT_02.TXT,0,100
0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456
789
OK
AT$ZFTPCLOSE //send ZFTPCLOSE to prevent download file continously.
OK
12.7.
FTP Example
AT+CSQ //Query signal strength
+CSQ: 16,99
OK
AT+ZPAS? //Query network status
+ZPAS: "LTE","CS_PS"
OK
AT+CGDCONT=1,"IP","CTNET" //Set Operator APN
OK
AT$ZPDPACT=1 //Activate PDP connection
OK
AT$ZFTPCFG=219.144.130.27,test,test //FTP Parameters setting
OK
AT$ZFTPPUT=ftp.txt,20 //FTP file uplaod
CONNECT
//The content you want to upload, and when using COM tool, it won’t echo in