Deleting a remote directory |
You can delete a remote directory on the server using the Ftp#deleteDir method. The directory deleted is relative to your current remote directory.
Example
// delete directory named images ftp.deleteDir("images");
See also
|