Howdy Monks. I am using mod Net::FTP and I want to issue a command to delete multiple files on the server. However, according to the docs it only offers a delete method, not an mdel or mdelete method like some FTP clients. Is there a way to do what I want without reading a file list from the server then deleting one at a time?
Thanks....