I need to remove the Directory(folder) from FTP server using coldfusion. My server folders looks like below,
/jawa/notes/test.cfm
/jawa/notes/test1.cfm
/jawa/notes/test2.cfm
/jawa/notes/test3.cfm
/jawa/test1.cfm
/jawa/test2.cfm
/jawa/test3.cfm
My question is, how to remove the 'jawa' folder. Because all files and notes folder is under 'jawa' folder. So, If we delete the root folder ( jawa ) then the whole directory and files.
Are these possible guys?