i've configured and FTP server on my Local machine on the company, i wrote a sample application to upload, get and delete data. where I try to get data everything works fine, but when I try to Delete a file I get the access denied message. i'm using WIN XP SP2. the application is a web application build on ASP.NET and I do call the component from inside this web application.
what should I do to be able to delete the file?
I gave permission to everyone account on my machine the the FTPROOM folder but I still get the same error "access is Denies"
thank you for your help