Issue in FTP New Q24 series

hi iam new to wave com programming,
I have send Data through GPRS,
Iam trying to upload a file from Wave com to server using FTP
For this iam having a static ip,FTP port 21 opened

iam refering to Wave com documentation and executing following at commands,

AT+WIPCFG=1           
OK  
AT+WIPBR=1,6            
OK  

+WIND: 4        

+WIND: 10,"SM",1,"FD",0,"ON",0,"SN",0,"EN",0                                    


AT+WIPBR=2,6,11,"mygprs.com"
OK
AT+WIPBR=2,6,0,""
OK
AT+WIPBR=2,6,1,""
OK
AT+WIPBR=4,6,0
OK

+WIND: 15,1,"serviceprovidername",2,"serviceprovidername",3,"+20",4,"09/09/26,05:38:16+20",6,"0"
AT+WIPCREATE=4,1,"IP",21,"Admin","admin"
ERROR :?:

Iam getting above Error,
Could any one please suggest a solution
Thanks in advance
Arvin

Hiya,

To start with, use AT+CMEE=1 to enable numeric error codes, then look up the returned error code in the WIP guide. This will start to point to where your error is.

ciao, Dave

I executed at commanfd AT+CMEE=1
iam getting following errror
831-bad state
What does error code 831 mean?

You just said it yourself - it means, “Bad State” :exclamation:

ie, the module is not in the correct state that is required for this command to work!

The issue was with Server ,
I tried opening a different port and was able to Send data,
Thanks
Aravind