Hi All-newbee me here
Here is what I have:
a telit GE865 modem on a sparkfun development board.
and a LP2148 “logomatic” which works fine for data logging.
I have a M2M service provider called Jasper wireless. Expensive but good
I am using terterm and a com port to issue AT commands
and Filezilla to act as the FTP client.
I want to log sensor data and transmit it periodically.
Here are my AT commands to try to get to a successful AT#FTPOPEN. I have included some extra commands to show the state of things also.
AT+CGPADDR=1
+CGPADDR: 1,“10.224.81.43”
at#ss
#SS: 1,0
#SS: 2,0
#SS: 3,0
#SS: 4,0
#SS: 5,0
#SS: 6,0
OK
at+creg=2
OK
at+creg?
+CREG: 2,5,“2710”,“AC6F”
OK
at+csq
+CSQ: 16,0
OK
at#sl=1,1,21
OK
at#sl?
#SL: 1,21,0
AT#FRWL?
#FRWL: “IP of my pc”,“255.255.000.000”
#FRWL: “IP of mypc”,“255.255.255.000”
OK
AT#FTPOPEN=“IP of my pc”, “mcogill”, “pwd”
+CME ERROR: Can not connect control socket
AT#FRWL?
#FRWL: “IP of my pc”,“255.255.000.000”
#FRWL: “IP of my PC”,“255.255.255.000”
OK
at#sc
ERROR
at#ftpto=5000
OK
AT#FTPOPEN=“IP of my pc”, “mcogill”, “pwd”
+CME ERROR: Can not connect control socket
at#sh=1
OK
at#sl=1,0
OK
at#ss
#SS: 1,0
#SS: 2,0
#SS: 3,0
#SS: 4,0
#SS: 5,0
#SS: 6,0
OK
AT#FTPOPEN=“IP of my pc”, “mcogill”, “pwd”
+CME ERROR: Can not connect control socket
Also If I try to connect from the Filezilla side, I get
Status: Connecting to 10.224.81.43…//as given above
Response: fzSftp started
Error: Network error: Connection timed out
Error: Could not connect to server
I have modified the firewall settings to allow a connection to the IP address.
I am stumped. Please help