Creating a remote directory |
You can create a remote directory on the server using the Ftps#makeDir method. The directory created is relative to your current remote directory.
Example
// create directory named images ftps.makeDir("images");
See also
|