RE: write access in IIS 6.0 FTP
From: Alun Jones [MS] (alunj_at_online.microsoft.com)
Date: 06/17/04
- Next message: Paul Lynch: "Re: FTP user account"
- Previous message: Alun Jones [MS]: "Re: IP Restrictions"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Jun 2004 18:33:27 GMT
> From: "Saul Jacobs" <anonymous@discussions.microsoft.com>
>
> In testing, I can READ (GET) files, create directories,
> rename directories but i cannot WRITE (PUT). I get a 550
> Requested action not permitted.
>
> Here is an excerpt from the log:
> 21:54:20 66.xx.xx.130 [104]USER administrator 331 0
> 21:54:20 66.xx.xx.130 [104]PASS - 230 0
> 21:54:20 66.xx.xx.130 [104]DELE PO#+050413.pdf 550 2
>
> Why does it say DELE?
Because DELE is the name for the command used to delete files in FTP. If
you're uploading a file with the same name as one that is already there,
some FTP clients may choose to delete the file first.
What are you using as an FTP client? Do you get a more explanatory message
when you try this with a command-line FTP client?
The first question, and I apologise if this was the first thing you
checked, but is that really the name of the file? Occasionally, FTP
clients translate file names or characters.
Finally, is this a file that is being accessed by the web server on your
machine, or some other application? If the file is locked open, that might
prevent the FTP server from deleting the file.
Alun.
~~~~
- Next message: Paul Lynch: "Re: FTP user account"
- Previous message: Alun Jones [MS]: "Re: IP Restrictions"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|