Description
Creates a new directory on the FTP server. You can give this function either
a relative or an absolute path as the first parameter. The second (optional)
parameter lets you create directories recursively (meaning you can create
'./my/new/dir' even if '/my' doesn't exist. All 3 directories would be created).