Technical information

FTP (File Transfer Protocol)
3-438 AT Commands Reference Manual August 5, 2008
+FTPMKD, Make Directory
This command causes the G24 to request the remote FTP server to create a new directory in
accordance to a given name.
The following table shows the +FTPMKD parameters.
Example
The first example illustrates make new directory success case.
AT+FTPMKD="somedir"
OK
+FTPMKD: 1
The second example illustrates make new directory fail case, because the directory name already present
on the remote server.
AT+FTPMKD="somedir"
OK
+FTPMKD: 0
Command
Type
Syntax Response/Action Remarks
Set
+FTPMKD=<directory_name
>
OK
+FTPMKD: <result>
Or:
ERROR: <error_code>
<directory_name>
parameter consists of the
directory name as well as
the directory path
(optional).
The command execution
result return to the user as
an unsolicited response:
0 - operation failed
1 - operation succeeded
Read
+FTPMKD? ERROR
Not supported
Test
+FTPMKD=? +FTPMKD: (<"directory
name">)
OK
Returns command format.
Table 3-287: +FTPMKD Parameters
<Parameter> Description Range
Directory name Name of directory to be created
on the remote side.
String, max length is 255 octets.