FTP with GM862?

Hello:

Is it possible to use FTP with GM862 modem by Telit? The actual software guide doesn’t talk about FTP. However, the reference guide has some FTP commands but it is not working for me. I do get an IP addresss after the command as follow:

AT#GPRS=1 but when I tried AT#FTPOPEN=server:port,,,

it gives error. I am not sure if GM862 is able to communicate with FTP…

Any ideas? Any can help me out here please?

Hello,

You may be sure ftp works fine!

Regards,

Pranas

pranas.slezas@infoside.lt

So I’ve been attempting to do FTP:

I’ve succeeded in doing almost everything I want with FTP except FTPPUT. Has anyone actually worked out the FTPPUT?

I’ve verified my get:

AT#FTPGET=“test.php”

CONNECT

<?php phpinfo(); ?>

But

AT#FTPPUT=“test.php”

CONNECT

Just leaves me hanging, with no way to put in +++, and with no way to output any data. Any clues?

Thanks,

citius

The trick here after the FTPPUT=

response: CONNECT

you can begin to send data to be stored in the

then when you are done you can send +++

you can you use a of 2000ms (trial and error.)

hope this helps