Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

FTP transfer error in sim900

Status
Not open for further replies.

jackluiz

Newbie level 1
Joined
Mar 9, 2012
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,289
Hey i'm a newbie. I'm presently working on with the sim900 with gprs shield and i wanted to use AT+FTP commands for file transfer, but when using the AT commands for FTPGET i'm gettin a error called "net error". The module when came across the AT+FTPGET=1 should return ok, +ftpget:1,1 but i'm getting the response as
ok followed by +ftpget:1,61. Can someone provide a solution for this command.
thank you
 

Hey,
did u attach your module to gprs using at+cgatt? and did u open bearer profile using at+sapbr before executing at+ftpget?
 

This is my situation.... where the problem ? DNS problem ? European GPRS/protocol standard ? Also ftp/ip pdf application of Simcom doesn't go. Regards
AT+GSV

SIMCOM_Ltd
SIMCOM_SIM900
Revision:1137B13SIM900M64_ST

OK
AT+CREG?

+CREG: 0,1

OK
AT+CGATT=1

OK
AT+CGATT?

+CGATT: 1

OK
AT+SAPBR=3,1,"Contype","GPRS"

OK
AT+SAPBR=3,1,"APN","ibox.tim.it"

OK
AT+SAPBR=1,1

OK
AT+SAPBR=2,1

+SAPBR: 1,1,"217.203.201.27"

OK
AT+FTPCID=1

OK
AT+FTPSERV="ftp.tiscali.it"

OK
AT+FTPUN="ftp_user_name"

OK
AT+FTPPW="ftp_password"

OK
AT+FTPGETNAME="pippo.txt"

OK
AT+FTPGETPATH="/"

OK
at+ftpscont?

+FTPSCONT: 1
+FTPSERV: "ftp.tiscali.it"
+FTPPORT: 21
+FTPUN: "ftp_username"
+FTPPW: "ftp_password"
+FTPCID: 1
+FTPMODE: 1
+FTPTYPE: "I"
+FTPPUTOPT: "STOR"
+FTPREST: 0
+FTPGETNAME: "pippo.txt"
+FTPGETPATH: "/"
+FTPPUTNAME: ""
+FTPPUTPATH: ""
+FTPTIMEOUT: 0

OK
AT+FTPGET=1

OK
AT+FTPGET=2,100

ERROR
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top