Specifications
Chapter 10 – Internet Service Commands
Multi-Tech Systems, Inc. AT Commands for EDGE (E1) Modems (S000474A) 155
passwd Password string
1. Socket
Not applicable.
2. FTP
Not applicable; set within “address” parameter.
3. HTTP
Length: 2…31
Password for the HTTP authentication mechanism. Currently HTTP simple
authentication is supported only.
4. SMTP
Password to be used for SMTP authentication (string).
Length 4...64
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’[;disnagle=’0|1’] “
“disnagle” is optional for disabling the TCP Nagle algorithm.
0: Nagle algorithm is enabled. Default.
1: Nagle algorithm is disabled.
• Socket type TCP server URL
“socktcp://listener:’local tcpPort’ “
• Socket type UDP endpoint URL
“sockudp://’host’:’local udpPort’'
• Socket type UDP client URL
"sockudp://'host':'remote udpPort'[;size='byte'][;port='word']"
Parameter "size" (optional):
0: PDU size is variable (default).
1 ... 1500: 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 of the UDP client.
2. FTP
• FTP client URL (get)
“ftp://’user’:’password’@’host’:’tcpPort’/’url-pat
h’ [;type=’a|i|d’] “
Refer “IETF-RFC 1738”.
• FTP client URL (put)
“ftpput://’user’:’password’@’host’:’tcpPort’/’url-path’/’element name’
[;type=’a|i’][;mode=’u|a|d’] “
Used parameters:
“host” is mandatory; all other parameters are optional.