Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
4k views
in .NET FTP by
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

2 Answers

0 votes
by (161k points)
Try deleting it via command line FTP just to test. Maybe you need to restart the FTP server ...

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
0 votes
by
I tried it with the command line FTP and Still get the access denied message. How could I gurantee a delete privileges to anonymous user?

Categories

...