User's Manual

Table Of Contents
File Transfer Protocol (FTP)
AT+i Programmer‘s Manual Version 8.32 11-4
11.4 +iFMKD FTP Make Directory
Syntax:
AT+iFMKD:<F_hn>,<path>
Creates a new directory on the FTP server‘s file system.
Parameters:
<F_hn>
An open FTP session handle
<path>
Directory pathname
Command Options:
<F_hn>
Must have been obtained by a previous execution of an
AT+iFOPN command during the current Internet mode
session.
<path>
Directory name. A new directory will be created under the
current directory, as indicated by path. If path includes
nonexistent subdirectories, some FTP servers will create them
as well.
Result Code:
I/OK
To acknowledge successful completion of the command.
I/ERROR
If <F_hn> is not an open FTP session or otherwise some error
has occurred.