I was connected Wavecom's Fastrack Supreme to a Mechine(CNC) via UART Port, This Mechine contains some files. Fastrack Supreme supports GSM, GPRS and FTP. So, is it possible to take that files prasent in that mechine and send to my FTP server.
Thanks for the reply. Yes i seen the FTP - Open-AT sample code; Ok when i am trying to send the File to the server by using this samples, Initeally it is sending the file through connection channel to the server. Later through data transfer channel it is sending the Data(Buffer) in to that file. Is it right?
So according to my application, i have to read the data through UART, collect that data in to a buffer, From this i have to use the FTP and writre that buffer in to the File.
Basically i am looking for, to send the the File and it's contents(Data) directly from Mechine to the Server using Wavecom OpenAT API. Because i was tried the same using AT cammands, (Below mentioned)