Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

ELS62-w ftp download | Telit Cinterion IoT Developer Community

March 3, 2023 - 11:32am, 1458 views

Hello,

We are trying to download a file via ftp to els62-w with fw version rev01.000_arn01.000.09. We can't make it work.

Compared to the example in the manual, it seems that the module uses ftp "connect" instead of ftp "open". See the log and the manual example below. We are doing exactly the same on the the Els61, and there it works fine. 

Have we forgotten something?

AT^SISS=1,srvType,Ftp
OK

AT^SISS=1,conId,1
OK

AT^SISS=1,address,"ftp://xx.***.***.xx"
OK

AT^SISS=1,cmd,fget
OK

AT^SISS=1,user,"yyyy_zzzzzzzzzz"
OK

AT^SISS=1,passwd,"none"
OK

AT^SISS=1,path,"file:///a:/"
OK

AT^SISS=1,files,"pn23_MAIN_V6_00_01o.bin"
OK

AT^SISO=1
OK

^SIS: 1,0,2100,"Ftp connect xx.***.***.xx:21"

^SIS: 1,0,2100,"220-FileZilla Server 1.6.7
220 Please visit https://filezilla-project.org/"

^SIS: 1,0,2100,"230 Login successful."

^SIS: 1,0,48,"Remote peer has closed the connection"
 

EXAMPLE FROM THE MANUAL:

^SIS: 1,0,2100,"Ftp open(ftp.heise.de:21)" 

^SIS: 1,0,2100,"220 Hallo auf ftp.heise.de."

^SIS: 1,0,2100,"FTP Login OK"

^SIS: 1,0,2100,"fget INDEX"

^SIS: 1,0,2100,"FGET : INDEX 225 bytes"

^SISR: 1,2

 

Knut