Example: ftp_mkdir_ex

In the following example, the ftp_mkdir_ex function creates the directory pub/test for the ftp session.

// Create a directory called "test" 
ftp_mkdir_ex(&ftp, "Ftp_Make_Directory", "PATH=pub/test");