Cinterion
®
EHS6 AT Command Set
18.6 AT^SFSA
EHS6_ATC_V03.001 15/12/3
Confidential / Released
Page 430 of 513
^SFSA: "gstat", (supported <drive>)
^SFSA: "ls", (max. string length of <path>)
^SFSA: "mkdir", (max. string length of <path>)
^SFSA: "open", (max. string length of <path>), (range of <flag>)
^SFSA: "read", (range of <fh>), (max. value of <size>)
^SFSA: "remove", (max. string length of <path>)
^SFSA: "rename", (max. string length of <path>), (max. string length of <name>)
^SFSA: "rmdir", (max. string length of <path>)
^SFSA: "seek", (range of <fh>), (range of <offset>), (list of supported <SeekFlag>)
^SFSA: "stat", (max. string length of <path>)
^SFSA: "write", (range of <fh>), (max. value of <size>)
OK
Write Command
Close a file. The file has to be successfully opened before.
AT^SFSA="close", <fh>
Response(s)
In case of success:
^SFSA: <result>
OK
In case of error:
^SFSA: <result>
ERROR
+CME ERROR: <err>
Write Command
Copy a file given by the <path> parameter to the file given by the<DestinationPath>. Both names should
not be identical, otherwise copy operation returns error "path already exists".
AT^SFSA="copy", <path>, <DestinationPath>
Response(s)
In case of success:
^SFSA: <result>
OK
In case of error:
^SFSA: <result>
ERROR
+CME ERROR: <err>
Write Command
Compute CRC of a file.
AT^SFSA="crc", <path>
Response(s)
In case of success:
^SFSA: <crc>, <result>
OK
In case of error:
^SFSA: <result>
ERROR
+CME ERROR: <err>
Test Command (Continued)
AT^SFSA=?
Response(s)