Hi I am having A7672S gsm module https://www.ktron.in/product/sim-a7672s-4g-2g-lte-development-board/ (I am using Jio sim) It is working fine but when I write these commands
(the FTP credentials are proper)
AT+CFTPSSTART
OK
+CFTPSSTART: 0
AT+CFTPSLOGIN="ftp.serveraddr.in",port,"username","pass",0
OK
+CFTPSLOGIN: 0
AT+CFTPSPUTFILE="test.txt", 1
OK
+CFTPSPUTFILE: 10
and according to the docs, it is a network error docs
still, the file isn't uploaded to the FTP server
but the AT+CFTPSMKD="test" is working fine.
when I try it with
AT+ AT+CFTPSPUT="test.txt",10
OK
but according to docs, it must open an input to type in which is skipped in my board.
in this docs, they said to check the network, I followed those, results:
AT+CSQ
+CSQ: 17,99
OK
AT+CREG?
+CREG: 0,1
OK
AT+CGREG?
+CGREG: 0,1
OK
AT+CPSI?
+CPSI:LTE,Online,405869,0xCC,974353,358,EUTRANBAND40,38750,5,0,18,34,35,13
OK
AT+CGDCONT=1,”IPV4V6”,”jionet”
OK
AT+CGACT=1,1
OK
AT+CGACT?
+CGACT: 1,1
+CGACT: 7,0
+CGACT: 8,1
OK
AT+CGDCONT?
+CGDCONT: 1,"IP","jionet","",0,0,,,,
+CGDCONT: 7,"IPV4V6","IMS","",0,0,,,,
+CGDCONT: 8,"IPV4V6","IMS","254.128.0.0.0.0.0.0.128.0.0.0.0.0.0.0",0,0,0,2,1,1
OK
please suggest
Thanks, Srinigish