File not found - Module ELS61 | Telit Cinterion IoT Developer Community
May 19, 2021 - 10:21pm, 728 views
Hi,
I get the following error message “^SIS: 0,0,100,"File not found: file://myfile.csv”. The myfile.csv is located in the /root directory.
How do the following three commands should be constructed for the modem to find myfile.csv?
AT^SISS=0,"path",”file://”
AT^SISS=0,"cmd","fput"
AT^SISS=0,"files","myfile.csv"
Thank you.
I finally figured it out. The pash should be "/"
Hello,
With 'fput' you send the file from the module's file system. 'path' specifies the path on the module's FFS. For instance this command AT^SISS=<srvProfileId>,"path","file:///a:/" configures the main directory. To upload the file to the module's FFS you can use for example AT^SFSA or AT^SJDL command.
Regards,
Bartłomiej