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