Specifications
MC55 AT Command Set
10.2 AT^SISS
s
MC55_ATC_V03.03 Page 227 of 459 9/9/05
Confidential / Released
If SMTP authentication is disabled, i.e. "smAuth" flag not set, password
parameter will be ignored.
5. POP3
Server/mailbox-specific password (string).
Length: 1 ... 64.
Used to perform authentication with a POP3 server.
conId Internet connection profile to be used, for details refer AT^SICS.
tcpPort TCP Port Number
1. Socket
Not applicable; set within "address" parameter.
2. FTP
Not applicable; set within "address" parameter.
3. HTTP
Not applicable; set within "address" parameter.
If parameter is omitted the service connects to HTTP default port 80.
4. SMTP
SMTP server TCP port number (numeric)
Length: 0 ... 2
16
-1
If this parameter is not set, SMTP default port number 25 is used.
5. POP3
POP3 server TCP port number (numeric)
Length: 0 ... 2
16
-1
If this parameter is not set, POP3 default port number 110 is used.
address String value, depending on the service type either a URL in the case of Socket,
FTP and HTTP or an address in the case of SMTP and POP3:
1. Socket
- Socket type TCP client URL
"socktcp://'host':'remote tcpPort'
- Socket type TCP server URL
"socktcp://listener:'local tcpPort' "
- Socket type UDP client URL
"sockudp://'host':'remote udpPort'[;size='byte'][;port='word']"
Parameter "size" (optional):
0: PDU size is variable (default).
1 ... 1460: Fixed PDU size in bytes.
Parameter "port" (optional):
0: Port number will be assigned from service (default).
1 ... 2
16
-1: defines the local port number for the UDP client.
2. FTP
- FTP client URL (get)
"ftp://'user':'password'@'host':'tcpPort'/'url-path' [;type='a|i|d'] "
Refer "IETF-RFC 1738".
- FTP client URL (put)
"ftpput://'user':'password'@'host':'tcpPort'/'url-path'/'element name'
[;type='a|i'][;size='length'][;mode='u|a|d'] "
Used parameters:
"host" is mandatory, all other parameters are optional. If "password" is set
then "user" must be set as well.
If "user" is omitted the string "anonymous" is selected for "user" and "pass-
word".
If "password" is omitted the password request is served by an empty string.
If "tcpPort" is omitted the service connects to the FTP default port 21.
If "url-path" contains only the IP address a directory listing is requested.
If "url-path" contains the IP address and has a slash '/' appended a detailed
directory listing is requested.










