Hi Guys ,
I found the solution. Following is the correct method:
at+cipmux?
+CIPMUX: 1
OK
at+cstt="xyz.com","",""
OK
at+ciicr
OK
at+cifsr
10.76.58.102
AT+CIPSTART=0,"TCP","205.234.235.188",21
OK
0, CONNECT OK
+RECEIVE,0,7:
220
at+cipsend=0
> user xxxxxx
0, SEND OK
+RECEIVE,0,45:
331 Password required for xxxxxx.
at+cipsend=0
> pass xxxxxx
0, SEND OK
+RECEIVE,0,38:
230 User xxxxxx logged in.
at+cipsend=0
> pasv
SEND OK
+RECEIVE,0,51:
227 Entering Passive Mode (205,234,235,188,145,83)
AT+CIPSTART=1,"TCP","205.234.235.188",37203
OK
1, CONNECT OK
at+cipsend=0
> cwd xxxx
0, SEND OK
+RECEIVE,0,29:
250 CWD command successful.
at+cipsend=0
> retr mat.txt
+RECEIVE,1,53:
246.0,270.0,230.0,100,50.0,48.0,25.0,0,0,1,1,1,1,0,0,
0, SEND OK
+RECEIVE,0,54:
125 Data connection already open; Transfer starting.
+RECEIVE,0,24:
226 Transfer complete.
:lol::grin: