qwertycoolguy
Member level 2
- Joined
- Aug 14, 2014
- Messages
- 42
- Helped
- 0
- Reputation
- 2
- Reaction score
- 0
- Trophy points
- 6
- Activity points
- 329
Dear All,
I am using the TIVA C series MCU and Code Composer Studio (CCS ) to control a SIM908 GSM/GPS module. The module has TCP/IP stack, FTP commands and HTTP commands.
I have a moving circuit. I want to send the collected GPS coordinates to my server using FTP, securely. (at least using the most secure method if sftp is not supported).
Is there a C SFTP/ FTP library to do this?
Is the best secure method to trnafer using HTTP?
My option 3 is to do a DB call from the MCU itself. That would be the DB in my hostgator account called remotely from the MCU and adds data. NO FTP. Is that good? Would people be seeing my credentials?
I would so much appreciate your ideas in this regard.
I am using the TIVA C series MCU and Code Composer Studio (CCS ) to control a SIM908 GSM/GPS module. The module has TCP/IP stack, FTP commands and HTTP commands.
I have a moving circuit. I want to send the collected GPS coordinates to my server using FTP, securely. (at least using the most secure method if sftp is not supported).
Is there a C SFTP/ FTP library to do this?
Is the best secure method to trnafer using HTTP?
My option 3 is to do a DB call from the MCU itself. That would be the DB in my hostgator account called remotely from the MCU and adds data. NO FTP. Is that good? Would people be seeing my credentials?
I would so much appreciate your ideas in this regard.