Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

Transparent service issue | Telit Cinterion IoT Developer Community

May 25, 2021 - 8:21pm, 2987 views

I am trying to use the Transparent service to send my file upload.CSV to the /ftp/ directory on my server. I have the following sequence of commands. For some reason, I get an error from the modem when the address is loaded (AT^SISS=0,"address","socktcp://cnktechlabs.com:80;ext;timer=200”). For some reason the modem doesn’t like the address string.
AT^SISS=0,"srvType","Socket"
AT^SISS=0,"conId",3
AT^SISS=0,"address","socktcp://cnktechlabs.com:80;ext;timer=200”
AT^SISS=0,"alphabet",1
AT^SISS=0,"path","/ftp/"
AT^SISS=0,"files","upload.CSV"
AT^SICA=1,3
AT^SICA?
AT^SISO=0
at^sisi?
at+cmee=2
at^sist=0
at^sisi=0
AT^SISO?
write_file() //Send data string to the modem over ttyACM0 interface
+++
at^sisi?
AT^SISC=0