Have curious question: I am ftp'ing from a Unix machine to a Windoze machine on our network. I am able to manually delete files on the Windoze machine by just typing ftp my.host.machine.ip along with the credentials from the unix shell. Then, I issue a 'DELE' <filename> and voila, it works!
However, when I am using the Net::FTP module, and logging into the same machine with the same credentials, I can do just about everything that I want to do except that calling $ftp->delete(<filename>) does not delete the file on the host machine even when the return code is 1. Any ideas?????