FTP Upload problems - Module ELS61 | Telit Cinterion IoT Developer Community
May 19, 2017 - 5:05pm, 2426 views
Hello,
I have problems with the FTP upload on my ELS61 evolution board.
I want to upload a small file on my ftp server and follow the example in your documentation (Cinterion® ELS61-E AT Command Set V01.000).
I get a connection to my server, but the upload doesn't start.
Here is my code:
First, I configure my apn:
After that, I configure my FTP Server:
and start the upload ...
And here is my problem... Nothing happens...
The file is on my ftp-server now, but it's 0 bytes tall.
What can I do?
Thanks for your help!
Hello,
After AT^SISW=2,40 command there is an action required from the user application - data should be sent (40 bytes).
When 40 bytes is sent there should be OK reply form the command.
It is also possible to send the file from the module's file system - the "cmd" parameter "fput" is needed instead of "put" then and the file name on ffs passed with "files" parameter.
Regards,
Bartłomiej
Thank you very much!
Great! Now it's working very well.