Sim900 ftp example Items tagged with Sim900 ftp example
Email in SIM900 module
Working SIM300 FTP Commands --
To Transfer the Files and Use Filezilla FTP server
AT+CSTT="AIRTELGPRS.COM","",""
AT+CIPSCONT?
AT+CIICR
AT+CIFSR
AT+CIPSERVER?
AT+CIPSERVER
AT+CLPORT?
AT+CLPORT="TCP","2021"
AT+CIPSTART="TCP","Your server ip","21"
AT+CIPSEND
User Username
AT+CIPSEND
Pass UseraPASSword
AT+CIPSEND
Mkd TEST
AT+CIPSEND
Cwd TEST
AT+CIPSEND
Port 88,214,93,220,7,228
AT+CIPSEND
Appe file.txt
AT+CIPCCON=2
AT+CIPSEND... Read Compelte post
To Transfer the Files and Use Filezilla FTP server
AT+CSTT="AIRTELGPRS.COM","",""
AT+CIPSCONT?
AT+CIICR
AT+CIFSR
AT+CIPSERVER?
AT+CIPSERVER
AT+CLPORT?
AT+CLPORT="TCP","2021"
AT+CIPSTART="TCP","Your server ip","21"
AT+CIPSEND
User Username
AT+CIPSEND
Pass UseraPASSword
AT+CIPSEND
Mkd TEST
AT+CIPSEND
Cwd TEST
AT+CIPSEND
Port 88,214,93,220,7,228
AT+CIPSEND
Appe file.txt
AT+CIPCCON=2
AT+CIPSEND... Read Compelte post
Other Tags: SIM900 FTP example sim900 ftp commands simcom ftp at command at command sim900 ftp ftp at commands
Posted by SurekhaIris on Mon Oct 08 2012, 07:05 pm
Email in SIM900 module
Just make sure your GPRS is up and server is running at default ftp port 21. No need to connect to ftp server using CIPSTART
here are the steps:
AT+SAPBR=2
>+SAPBR:,,get the CID from here
AT+FTPCID=CID
AT+FTPSERV="serverip"
AT+FTPUN="user"
AT+FTPPW="password"
AT+FTPGETNAME="filename"
AT+FTPGETPATH="pathtofile"
AT+FTPGET=1 << start ftp
>> +FTPGET:1,1 //wait for this response from modem
after this.. your data is ready to be ... Read Compelte post
here are the steps:
AT+SAPBR=2
>+SAPBR:
AT+FTPCID=CID
AT+FTPSERV="serverip"
AT+FTPUN="user"
AT+FTPPW="password"
AT+FTPGETNAME="filename"
AT+FTPGETPATH="pathtofile"
AT+FTPGET=1 << start ftp
>> +FTPGET:1,1 //wait for this response from modem
after this.. your data is ready to be ... Read Compelte post
Other Tags: SIM900 FTP example sim900 ftp commands simcom ftp at command at command sim900 ftp ftp at commands
Posted by ajay_bhargav on Wed Sep 26 2012, 10:06 am