Shivashankarayya
Junior Member level 2
- Joined
- Apr 10, 2010
- Messages
- 22
- Helped
- 6
- Reputation
- 12
- Reaction score
- 6
- Trophy points
- 1,283
- Location
- Bangalore, INDIA
- Activity points
- 1,439
Hi folks,
I am using SIM900 for my project. I am able to establish the connection to FTP server but not able to download the text file from server.
I am sending Following AT commands which i used for establishing the connection to FTP server. Can anybody solve my problem. ? Plz ...
Following are the AT commands:
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=1
> get xyz.txt
SEND OK
At this stage not getting data from FTP server. Can anybody tell me where i am going wrong...?.Any idea...?
Waiting for ur valuable suggestions
Thanks in Advance.
I am using SIM900 for my project. I am able to establish the connection to FTP server but not able to download the text file from server.
I am sending Following AT commands which i used for establishing the connection to FTP server. Can anybody solve my problem. ? Plz ...
Following are the AT commands:
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=1
> get xyz.txt
SEND OK
At this stage not getting data from FTP server. Can anybody tell me where i am going wrong...?.Any idea...?
Waiting for ur valuable suggestions
Thanks in Advance.