AT Command

Description

AT+FTPTYPE sets up data transfer mode for binary or ascii. Text-based data content are sent through ascii mode whereas binary mode is appropriate for images. Set FTPTYPE to "A" for ascii and "I" for binary.


Support

Simcom Module Tutorial

Examples

Get the current FTP type,
AT+ftptype?

+FTPTYPE: "I"

OK

Set for Ascii transfer type,
AT+ftptype="A"

OK

KeywordsAT+FTPTYPE syntax, examples, parameters, error, input, response.


Test AT+FTPTYPE command with AT Command Tester