Navigation: Development > Function Reference > Module > Ftp >
Create a directory on the remote host.
App::Module('Ftp')->mkDir(Name);
Parameter
Type
Description
Name
Mandatory
Directory name
return true if success
See bellow examples:
$Ftp = App::Module('Ftp')->mkDir("ABC");