ftp put file

Hi,

I am working on a project with the eval board of the GE865 from telit. I need to transfer a file on an ftp server. I can properly connect to the server and create the file. Although, my problem is that it does not seem to accept the “+++” command to indicate that it has reach the EOF. The data’s are sent but i see the +++ at the end of the file and if i try to send the ftp_close command the device will never answer… I tryied to put some 1s delays before sending the +++ but it doesn’t work either… Any suggestions?? By the way, I am using a PIC to send AT commands…

Thanks,

rancouje

Resolved!! seems like 1sec was not enough, I tryed 2 sec delay and it worked. !!