The MakeDirectory method creates a directory in the current working directory on the remote FTP host.
Parameters:
The DirectoryName parameter specifies the name of the directory to create on the remote host. This can be a single directory name to be created in the current working directory, or a full directory path.
Notes:
If this command succeeds, the OnSuccess event will be called, otherwise the OnFailure event is called. In either case, cmdMakeDir is passed as the Trans_Type parameter in the event.