I want to delete a folder in FTP.
Can FTPClient object delete it?
FTPClient
Important Point
As mentioned above..
you could not delete folders while they are not empty. You must traverse them recursively to delete content before.