GPRS GM862. FTPPUT

Hi,

I am trying to figure out how I would be able to use AT#FTPPUT < filename.ext> without specifying a fileName but rather maybe pass it a string buffer.

The reason for this is because I am using MikroChip dspic to generate the data that will be sent to the GPRS GM862.

is this possible, if not how else could I get the data passed to this device using AT#FTPPUT.

-thanks for your help, in advance.

The filename is the destination filename, not the source… so once you have issued this command and it responds with CONNECT, any bytes you send will be written to the file on the remote server. To close the file/connection, you send it a break (+++).

HTH

Thanks for your reply I will give this a go, I mean its makes sense now…

hi again,

do you happen to know how to append to a file created with FTPPUT ?

is there a cmd for this