javani_saeid
Junior Member level 1
- Joined
- Nov 6, 2012
- Messages
- 17
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,283
- Activity points
- 1,371
Hi friends
I download files from FTP server via SIM900 GSM/GPRS module successfully
But there is a problem, THE PROCESS IS TOO SLOW
This is because for every 1KB of data, the module and the server should handshake like this:
<-AT+FTPGET=2,1024
->+FTPGET:2,1024
and after that, transferring data!
So, I have a question:
"IS THERE ANY WAY TO DOWNLOAD FILES WITHOUT THIS HANDSHAKING FOR EVERY 1KB OF DATA?
I mean a special firmware for FTP, or something like this"
Thanks
I download files from FTP server via SIM900 GSM/GPRS module successfully
But there is a problem, THE PROCESS IS TOO SLOW
This is because for every 1KB of data, the module and the server should handshake like this:
<-AT+FTPGET=2,1024
->+FTPGET:2,1024
and after that, transferring data!
So, I have a question:
"IS THERE ANY WAY TO DOWNLOAD FILES WITHOUT THIS HANDSHAKING FOR EVERY 1KB OF DATA?
I mean a special firmware for FTP, or something like this"
Thanks