UMTS/HSPA Module Series
WCDMA UGxx FTP AT Commands Manual
WCDMA_UGxx_FTP_AT_Commands_Manual Confidential / Released 40 / 44
AT+QFTPCFG=“account”,“test”,“test” //Set user name and password.
OK
AT+QFTPCFG=“filetype”,1 //Set file type as Binary.
OK
AT+QFTPCFG=“transmode”,1 //Set transfer mode as Passive mode.
OK
AT+QFTPCFG=“rsptimeout”,90 //Set response timeout value.
OK
//Step 3: FTPS configuration.
AT+QFTPCFG=“ssltype”,1 //Set SSL type as 1, module plays as FTPS client
OK
AT+QFTPCFG=“sslctxid”,1 //Select SSL context 1.
OK
AT+QSSLCFG=“ciphersuite”,1, “0xffff” //Configure SSL cipher suite type as 0xffff, which
supports all cipher suite type .
OK
AT+QSSLCFG=“seclevel”,1,0 //Configure SSL security level as 0, which mean the
SSL CA cert is not needed .
OK
AT+QSSLCFG=“sslversion”,1,1 //Configure SSL version as 1, which means TLS1.0.
OK
//Step 4: Login to FTPS server.
AT+QFTPOPEN=“quectel.3322.org”,990
OK
+QFTPOPEN: 0,0