My app send data to my webserver via ftp, when i try download to Fastrack M1306B my steps is:
Open Hiperterminal:
115200, 8,N,1,HARDWARE
at [enter]
OK
at+wopen=0 [enter]
OK
at+wopen=3 [enter]
ERROR
at+wopen=4 [enter]
ERROR
at+wdwl
$$$ -> Send file 1K Xmodem -> select DWL of my app
When download finish
at+cfun=1
OK
at+wopen=1
OK
But my app not send data for web, but when i try in SDK Eclipse Remote Target she send data to web and work fine…