Discuss this help topic in SecureBlackbox Forum
FTPS: Create directory
TElSimpleFTPSClient.MakeDir() method is used to create new directory on the server.
TElSimpleFTPSClient.CreateCompletePath() method creates a directory and, if needed, its parent directories up to the root. Note, that this method assumes that directory names in the path are separated by either slash (/) or backslash (\). Consequently this method won't work on systems where some other symbol is used as a separator.