http://qs321.pair.com?node_id=326580


in reply to Re: Re: Need help deleting IQ Folders
in thread Need help deleting IQ Folders

you need  use File::Path; in front of your script to import the function rmtree. but sure this will not work with ftp. It looks you try with Net::Ftp ftp is not telent. Within ftp try rmdir.
$ftp->rmdir('your_directory', 1);
but it is untested.