Makes an Directory on an FTP server
#include <FTPEx.au3>
_FTP_DirCreate ( $hFTPSession, $sRemote )
| $hFTPSession | as returned by _FTP_Connect(). |
| $sRemote | The Directory to Create. |
| Success: | 1. |
| Failure: | 0. |
Search FtpCreateDirectory in MSDN Library.