Cinterion
®
EHS6 AT Command Set
10.4 AT^SISS
EHS6_ATC_V03.001 15/12/3
Confidential / Released
Page 240 of 513
files Specifies single or multiple files:
• Single file for upload to or download from servers in case of HTTP, FTP or
SMTP.
• List of files located on the FFS when "cmd" parameter is given with param-
eters "fput", "fget" or "files". Maximum 5 files can be handled, separated by
comma.
hcContent Optional parameter for HTTP method "Post".
Length: 0...254
Can be used to transfer a small amount of data. The content of this string will
only be sent if "hcContLen" = 0.
To transmit a larger amount of data "hcContLen" must be set to a non-zero
value. In this case the "hcContent" string will be ignored, and data transmission
from the client to the server is done with AT^SISW.
hcContLen Mandatory parameter if HTTP "post" is set with <srvParmTag> parameter
"cmd".
Length: 0...2
31
-1
If "hcContLen" = 0 then the data given in the "hcContent" string will be posted
without AT^SISW required.
If "hcContLen" > 0 then AT^SISW command and "^SISW: x, 1" sequences will
be used to send data from the client to the server. "hcContLen" may just be 1,
or any other value > 0. There is no need to set the total amount of data with
"hcContLen" (the given value would be ignored). The amount of data is deter-
mined only the by single AT^SISW commands. Data trasmission must be ter-
minated with end-of-data flag: AT^SISW=x,0,1>. See <eodFlag> for more
information.
hcUserAgent The user agent string must be set by the application to identify the mobile. Usu-
ally operation system and software version info is set with this browser identi-
fier.
Length: 0...254
hcProp Parameter for several HTTP settings.
Length: 0...254
The general format is 'key': <space> 'value'
Multiple settings can be given separated by "\0d\0a" sequences within the
string, do not put them at the end.
Possible 'key' values are defined at HTTP/1.1 Standard RFC 2616.
smFrom Email sender address, i.e. "MAIL FROM" address (string).
Length: 6...254
A valid address parameter consists of local part and domain name delimited by
a '@' character, e.g. "john.smith@somedomain.de".
smRcpt Recipient address of the email, i.e. "RCPT TO" address (string).
Length: 6...254
If multiple recipient addresses are to be supplied the comma character is used
as delimiter to separate individual address values, e.g. "john.smith@somedo-
main.de,tom.meier@somedomain.de". Some mail servers do not accept recip-
ient addresses without brackets <>. It is recommended to use the "RCPT TO"
variable with brackets.
smCC CC recipient address of the email (string).
Length: 6...254
If multiple CC recipient addresses are to be supplied the comma character is
used as delimiter to separate individual address values, e.g.
"john.smith@somedomain.de,tom.meier@somedomain.de".
smSubj Subject content of the email (string).
Length: 0...254
If no subject is supplied the email will be sent with an empty subject.