Our Products:
CompleteFTP
edtFTPnet/Free
edtFTPnet/PRO
edtFTPj/Free
edtFTPj/PRO
Login
Remember
Google Login
Register
All Activity
Questions
Hot!
Unanswered
Tags
Categories
Ask a Question
Ask a Question
DeleteFile error (code 550)
0
votes
3.8k
views
asked
Mar 19, 2009
in
.NET FTP
by
niclo
(
220
points)
when I try to delete a file, I receive the following error "access denied: code 550"
This the code
Dim f As New EnterpriseDT.Net.Ftp.FTPConnection
f.ServerAddress = "192.168.1.3"
f.ServerPort = 21
f.UserName = "anonymous"
f.Password = ""
f.Connect()
f.DeleteFile("prova.txt")
f.Close()
the file is located in the server FTP directory with anonymous authentication and all permissions..
i don't have problem to download file
can you help me?
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
2
Answers
0
votes
answered
Mar 19, 2009
by
niclo
(
220
points)
I use Windows XP..
I have tried to delete the file from Explorer, using "ftp://192.168.1.3", and I have the same problem (access denied: code 550)
I think that it is a permission problem but I don't know how resolve it
Can someone help me?
Please
log in
or
register
to add a comment.
0
votes
answered
Mar 20, 2009
by
support2
(
162k
points)
Your user account doesn't have permission to delete the file it seems. You need to use a user that does.
Please
log in
or
register
to add a comment.
Categories
All categories
Products
(2.8k)
CompleteFTP
(418)
Java FTP
(1k)
.NET FTP
(1.4k)
FAQ
(120)
General
(178)
Feature Requests
(21)
...