Smart Machine Smart Decision
SIM7500_SIM7600 Series_AT Command Manual_V1.07 2017-12-25
15.4.3 AT+CFTPSLOGIN Login the FTPS server
Description
This command is used to login the FTPS server.
Each time, AT+CFTPSSTART command must
be executed before executing AT+CFTPSLOGIN command.
SIM PIN References
YES Vendor
Syntax
Write Command Responses
AT+CFTPSLOGIN=”<host>
”,<port>,”<username>”, ”<p
assword>”[<server_type>]
OK
+CFTPSLOGIN: <err>
+CFTPSLOGIN: <err>
OK
ERROR
Defined values
<host>
The host address, maximum length is 256
The host listening port for SSL, the range is from 1 to 65535
<username>
The user name, maximum length is 256
<password>
The user password, maximum length is 256
<server_type>
The type of server:
0 – FTP server.
1 – Explicit FTPS server with AUTH SSL.
2 – Explicit FTPS server with AUTH TLS.
3 – Implicit FTPS server.
<err>
The result code of the FTP/FTPS login. 0 is success. Other values are failure.
Examples
AT+CFTPSLOGIN=”www.myftpsserver.com”,990, ”myname”, ”mypassword”,3
OK
+CFTPSLOGIN: 0