Wipcreate problem

Hi,

I have problem to open client connection on service different from 80:www, i need to make a connection to an ftp server but the response is always cme 842 error…

all web port 80 connections works propely , connection to other service not work.
i post my logs

AT+WIPCFG=1
OK
AT+WIPBR=1,6
OK
AT+WIPBR=6,6,0
OK
AT+WIPBR=4,6,0 open bearer
OK
at+cops?
+COPS: 0,0,“vodafone IT”

OK
AT+WIPBR=3,6,15 get ip information
+WIPBR: 6,15,“37.159.2.123”

OK
at+wipcreate=2,1,“88.198.170.193”,80 try a connection !
OK

+WIPREADY: 2,1 successfull
at+wipclose=2,1 close connection
OK
at+wipcreate=2,1,“88.198.170.193”,21 try connection in another port ftp service
+CME ERROR: 842
at+wipcreate=2,2,“88.198.170.193”,21
+CME ERROR: 842

ati3
L22_00gg.WISMO228 281210

this is my firmware version, are there any known bugs ?

Hello,
I know that FTP feature is not enabled on some of the modules. And FTP feature can only be enabled by a password protection AT command. But this is the case when using wip library. Maybe yours related to an other issue.

What does this error CME 842 stands for? Did you check documantation?

Hi,

thank in advance for your help, in documentation CME error 842, is destination host unreachable( whether host unreachable, Network unreachable, response timeout). This error appears after several seconds after a connection request. This let me believe that’s a response timeout error.

I have tried connections to others port:

at+wipcreate=2,1,“212.3.190.77”,8080
+CME ERROR: 842

but result is the same.
this is a random trasparent proxy located in my country that works in this moment.(from my pc)

last thing i tried
at+wipping=“212.3.190.77”
OK

+WIPPING: 1,0,0

and response is a timeout

it seems work only on port 80

Maybe your gsm operator allows your sim card to access only through port 80. Operator may block other ports. Or you may be need to register with a different apn name which has access to other ports.
i think you can ask your operator for help. And ask your distributor too. They know which problems people face with and their solutions.

Yes, u are in right !!
I found an apn list on the operator website, and i’ve found one with full functionality ! all works well now ping and all kind of connections !

Thx for ur suggestion !

Best regards