Technical information
File Transfer Protocol (FTP)
2-24 AT+i Commands Reference Manual May 31, 2008
+iFMKD - FTP Make Directory
+iFCWD - FTP Change Working Directory
I/OK To acknowledge successful receipt of the command.
I/ERROR If <F_hn> is not an open FTP session or otherwise some error has occurred.
Returns: A bare list of filenames. Each file name is listed on a separate line,
terminated by <CR/LF>. No attributes are returned in addition to the
filename.
Followed by:
I/ONLINE After successfully retrieving the directory list.
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 receipt of the command.
I/ERROR If <F_hn> is not an open FTP session or otherwise some error has occurred.
Syntax: AT+iFCWD:<F_hn>,<path>
Changes the current FTP working directory.
Parameters:
<F_hn> An open FTP session handle.
<path> New 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.










