550 Access denied

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
sparky123
500 Command not understood
Posts: 3
Joined: 2010-01-25 09:44
First name: charles
Last name: smith

550 Access denied

#1 Post by sparky123 » 2010-01-25 09:52

I have filezilla server installed on a local pc.
I use coffeecup html editor on the same pc.
When i try to upload to local server from coffeecup, i get error 550 access denied.
I've enable write access in the server xml file with no success.
Running on Xp pro with permissions enabled for the folder in question.

I've also tried uploading to the server from a remote ftp client, this also failed with 550 access denied.
I'm not sure where the problem is originating from, filezilla or Xp OS.

Thanks to anyone who can help me.

User avatar
boco
Contributor
Posts: 26935
Joined: 2006-05-01 03:28
Location: Germany

Re: 550 Access denied

#2 Post by boco » 2010-01-25 14:38

Could you post a Server log?
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

sparky123
500 Command not understood
Posts: 3
Joined: 2010-01-25 09:44
First name: charles
Last name: smith

Re: 550 Access denied

#3 Post by sparky123 » 2010-01-25 15:14

Hi,

Trying to save file to the home directory.
Here's the log.

Thanks

(000066) 25/01/2010 15:10:58 - (not logged in) (127.0.0.1)> PASS ******
(000066) 25/01/2010 15:10:58 - joseph (127.0.0.1)> 230 Logged on
(000066) 25/01/2010 15:10:58 - joseph (127.0.0.1)> PWD
(000066) 25/01/2010 15:10:58 - joseph (127.0.0.1)> 257 "/" is current directory.
(000066) 25/01/2010 15:10:58 - joseph (127.0.0.1)> TYPE I
(000066) 25/01/2010 15:10:58 - joseph (127.0.0.1)> 200 Type set to I
(000066) 25/01/2010 15:10:58 - joseph (127.0.0.1)> PORT 127,0,0,1,17,106
(000066) 25/01/2010 15:10:58 - joseph (127.0.0.1)> 200 Port command successful
(000066) 25/01/2010 15:10:58 - joseph (127.0.0.1)> NLST
(000066) 25/01/2010 15:10:58 - joseph (127.0.0.1)> 150 Opening data channel for directory list.
(000066) 25/01/2010 15:10:58 - joseph (127.0.0.1)> 226 Transfer OK
(000066) 25/01/2010 15:10:58 - joseph (127.0.0.1)> PORT 127,0,0,1,17,107
(000066) 25/01/2010 15:10:58 - joseph (127.0.0.1)> 200 Port command successful
(000066) 25/01/2010 15:10:58 - joseph (127.0.0.1)> STOR mytest.php
(000066) 25/01/2010 15:10:58 - joseph (127.0.0.1)> 550 Permission denied

User avatar
boco
Contributor
Posts: 26935
Joined: 2006-05-01 03:28
Location: Germany

Re: 550 Access denied

#4 Post by boco » 2010-01-25 16:17

Could you please open the FTP account settings for this user (joseph)? In the "Shared folders" settings check if that account has indeed Write permission to the resource (the one with the H besides it).
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

sparky123
500 Command not understood
Posts: 3
Joined: 2010-01-25 09:44
First name: charles
Last name: smith

Re: 550 Access denied

#5 Post by sparky123 » 2010-01-25 17:30

Thanks for your help. That did the trick.

Changing the server xml file did not solve the problem.

Thanks again

User avatar
boco
Contributor
Posts: 26935
Joined: 2006-05-01 03:28
Location: Germany

Re: 550 Access denied

#6 Post by boco » 2010-01-25 18:22

Changing the server xml file did not solve the problem.
When changing the XML manually, you have to either restart the service or run it with the parameter "/reload-config".
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

seek
500 Command not understood
Posts: 2
Joined: 2010-01-26 09:11

Re: 550 Access denied

#7 Post by seek » 2010-01-26 09:39

I have also the same problem, when I try to OVERWRITE a file (it work when I transfer new files, the problem is only when file already exists)
Avoid misunderstanding and due to my inexperience with FileZilla Server, I publish all my logs and config files, so excuse me for long post.
(The server is a VMWare Windows 2003 server R2 x64 SP2)

Code: Select all

<FileZillaServer>
    <Settings>
        <Item name="Admin port" type="numeric">14147</Item>
        <Item name="Serverports" type="string">21</Item>
        <Item name="Number of Threads" type="numeric">2</Item>
        <Item name="Maximum user count" type="numeric">0</Item>
        <Item name="Timeout" type="numeric">120</Item>
        <Item name="No Transfer Timeout" type="numeric">600</Item>
        <Item name="Allow Incoming FXP" type="numeric">0</Item>
        <Item name="Allow outgoing FXP" type="numeric">0</Item>
        <Item name="No Strict In FXP" type="numeric">0</Item>
        <Item name="No Strict Out FXP" type="numeric">0</Item>
        <Item name="Login Timeout" type="numeric">60</Item>
        <Item name="Show Pass in Log" type="numeric">0</Item>
        <Item name="Custom PASV IP type" type="numeric">1</Item>
        <Item name="Custom PASV IP" type="string">192.168.1.6</Item>
        <Item name="Custom PASV min port" type="numeric">0</Item>
        <Item name="Custom PASV max port" type="numeric">0</Item>
        <Item name="Initial Welcome Message" type="string">%v&#x0D;&#x0A;written by Tim Kosse (Tim.Kosse@gmx.de)&#x0D;&#x0A;Please visit http://sourceforge.net/projects/filezilla/</Item>
        <Item name="Admin IP Bindings" type="string" />
        <Item name="Admin IP Addresses" type="string" />
        <Item name="Enable logging" type="numeric">1</Item>
        <Item name="Logsize limit" type="numeric">0</Item>
        <Item name="Logfile type" type="numeric">1</Item>
        <Item name="Logfile delete time" type="numeric">14</Item>
        <Item name="Use GSS Support" type="numeric">0</Item>
        <Item name="GSS Prompt for Password" type="numeric">0</Item>
        <Item name="Download Speedlimit Type" type="numeric">0</Item>
        <Item name="Upload Speedlimit Type" type="numeric">0</Item>
        <Item name="Download Speedlimit" type="numeric">10</Item>
        <Item name="Upload Speedlimit" type="numeric">10</Item>
        <Item name="Buffer Size" type="numeric">32768</Item>
        <Item name="Custom PASV IP server" type="string">http://ip.filezilla-project.org/ip.php</Item>
        <Item name="Use custom PASV ports" type="numeric">0</Item>
        <Item name="Mode Z Use" type="numeric">0</Item>
        <Item name="Mode Z min level" type="numeric">1</Item>
        <Item name="Mode Z max level" type="numeric">9</Item>
        <Item name="Mode Z allow local" type="numeric">0</Item>
        <Item name="Mode Z disallowed IPs" type="string" />
        <Item name="IP Bindings" type="string">*</Item>
        <Item name="IP Filter Allowed" type="string" />
        <Item name="IP Filter Disallowed" type="string" />
        <Item name="Hide Welcome Message" type="numeric">0</Item>
        <Item name="Enable SSL" type="numeric">0</Item>
        <Item name="Allow explicit SSL" type="numeric">1</Item>
        <Item name="SSL Key file" type="string" />
        <Item name="SSL Certificate file" type="string" />
        <Item name="Implicit SSL ports" type="string">990</Item>
        <Item name="Force explicit SSL" type="numeric">0</Item>
        <Item name="Network Buffer Size" type="numeric">65536</Item>
        <Item name="Force PROT P" type="numeric">0</Item>
        <Item name="SSL Key Password" type="string" />
        <Item name="Allow shared write" type="numeric">0</Item>
        <Item name="No External IP On Local" type="numeric">1</Item>
        <Item name="Active ignore local" type="numeric">1</Item>
        <Item name="Autoban enable" type="numeric">0</Item>
        <Item name="Autoban attempts" type="numeric">10</Item>
        <Item name="Autoban type" type="numeric">0</Item>
        <Item name="Autoban time" type="numeric">1</Item>
        <Item name="Service name" type="string" />
        <Item name="Service display name" type="string" />
        <SpeedLimits>
            <Download />
            <Upload />
        </SpeedLimits>
    </Settings>
    <Groups />
    <Users>
        <User Name="user">
            <Option Name="Pass">f6a47a638824180d57f0a561fd5843c6</Option>
            <Option Name="Group"></Option>
            <Option Name="Bypass server userlimit">0</Option>
            <Option Name="User Limit">0</Option>
            <Option Name="IP Limit">0</Option>
            <Option Name="Enabled">1</Option>
            <Option Name="Comments"></Option>
            <Option Name="ForceSsl">0</Option>
            <IpFilter>
                <Disallowed />
                <Allowed />
            </IpFilter>
            <Permissions>
                <Permission Dir="E:\app\ohs\ohs\images">
                    <Option Name="FileRead">1</Option>
                    <Option Name="FileWrite">1</Option>
                    <Option Name="FileDelete">1</Option>
                    <Option Name="FileAppend">1</Option>
                    <Option Name="DirCreate">1</Option>
                    <Option Name="DirDelete">1</Option>
                    <Option Name="DirList">1</Option>
                    <Option Name="DirSubdirs">1</Option>
                    <Option Name="IsHome">0</Option>
                    <Option Name="AutoCreate">0</Option>
                </Permission>
                <Permission Dir="E:\app\ohs\ohs">
                    <Option Name="FileRead">1</Option>
                    <Option Name="FileWrite">1</Option>
                    <Option Name="FileDelete">1</Option>
                    <Option Name="FileAppend">1</Option>
                    <Option Name="DirCreate">1</Option>
                    <Option Name="DirDelete">1</Option>
                    <Option Name="DirList">1</Option>
                    <Option Name="DirSubdirs">1</Option>
                    <Option Name="IsHome">1</Option>
                    <Option Name="AutoCreate">0</Option>
                </Permission>
            </Permissions>
            <SpeedLimits DlType="0" DlLimit="10" ServerDlLimitBypass="0" UlType="0" UlLimit="10" ServerUlLimitBypass="0">
                <Download />
                <Upload />
            </SpeedLimits>
        </User>
    </Users>
</FileZillaServer>

This is the complete file log (client side)

Code: Select all

Stato:	Connessione a 192.168.1.6:21...
Stato:	Connessione stabilita, in attesa del messaggio di benvenuto...
Risposta:	220-FileZilla Server version 0.9.33 beta
Risposta:	220-written by Tim Kosse (Tim.Kosse@gmx.de)
Risposta:	220 Please visit http://sourceforge.net/projects/filezilla/
Comando:	USER user
Risposta:	331 Password required for user
Comando:	PASS *******
Risposta:	230 Logged on
Comando:	SYST
Risposta:	215 UNIX emulated by FileZilla
Comando:	FEAT
Risposta:	211-Features:
Risposta:	 MDTM
Risposta:	 REST STREAM
Risposta:	 SIZE
Risposta:	 MLST type*;size*;modify*;
Risposta:	 MLSD
Risposta:	 UTF8
Risposta:	 CLNT
Risposta:	 MFMT
Risposta:	211 End
Stato:	Connesso
Stato:	Lettura elenco cartelle...
Comando:	PWD
Risposta:	257 "/" is current directory.
Comando:	TYPE I
Risposta:	200 Type set to I
Comando:	PASV
Risposta:	227 Entering Passive Mode (192,168,1,6,16,170)
Comando:	MLSD
Risposta:	150 Connection accepted
Risposta:	226 Transfer OK
Stato:	Contenuto cartella letto con successo
Stato:	Lettura elenco cartelle...
Comando:	CWD /images
Risposta:	250 CWD successful. "/images" is current directory.
Comando:	PWD
Risposta:	257 "/images" is current directory.
Comando:	PASV
Risposta:	227 Entering Passive Mode (192,168,1,6,16,171)
Comando:	MLSD
Risposta:	150 Connection accepted
Risposta:	226 Transfer OK
Stato:	Contenuto cartella letto con successo
Stato:	Connessione a 192.168.1.6:21...
Stato:	Connessione stabilita, in attesa del messaggio di benvenuto...
Risposta:	220-FileZilla Server version 0.9.33 beta
Risposta:	220-written by Tim Kosse (Tim.Kosse@gmx.de)
Risposta:	220 Please visit http://sourceforge.net/projects/filezilla/
Comando:	USER user
Risposta:	331 Password required for user
Comando:	PASS *******
Risposta:	230 Logged on
Stato:	Connesso
Stato:	Avvio upload di \\dboratest\e$\OraHome_1\ohs\images\favicon.ico
Comando:	CWD /images
Risposta:	250 CWD successful. "/images" is current directory.
Comando:	TYPE I
Risposta:	200 Type set to I
Comando:	PASV
Risposta:	227 Entering Passive Mode (192,168,1,6,16,174)
Comando:	STOR favicon.ico
Risposta:	150 Connection accepted
Risposta:	550 can't access file.
Stato:	Avvio upload di \\dboratest\e$\OraHome_1\ohs\images\favicon.ico
Stato:	Lettura elenco cartelle...
Comando:	PASV
Risposta:	227 Entering Passive Mode (192,168,1,6,16,175)
Comando:	MLSD
Risposta:	150 Connection accepted
Risposta:	226 Transfer OK
Comando:	PASV
Risposta:	227 Entering Passive Mode (192,168,1,6,16,176)
Comando:	STOR favicon.ico
Risposta:	150 Connection accepted
Risposta:	550 can't access file.
Stato:	Avvio upload di \\dboratest\e$\OraHome_1\ohs\images\favicon.ico
Stato:	Lettura elenco cartelle...
Comando:	PASV
Risposta:	227 Entering Passive Mode (192,168,1,6,16,177)
Comando:	MLSD
Risposta:	150 Connection accepted
Risposta:	226 Transfer OK
Comando:	PASV
Risposta:	227 Entering Passive Mode (192,168,1,6,16,178)
Comando:	STOR favicon.ico
Risposta:	150 Connection accepted
Risposta:	550 can't access file.
Stato:	Lettura elenco cartelle...
Comando:	PASV
Risposta:	227 Entering Passive Mode (192,168,1,6,16,179)
Comando:	MLSD
Risposta:	150 Connection accepted
Risposta:	226 Transfer OK
Stato:	Contenuto cartella letto con successo
This is the server side log:

Code: Select all

(000057) 26/01/2010 10.26.17 - (not logged in) (192.168.1.180)> Connected, sending welcome message...
(000057) 26/01/2010 10.26.17 - (not logged in) (192.168.1.180)> 220-FileZilla Server version 0.9.33 beta
(000057) 26/01/2010 10.26.17 - (not logged in) (192.168.1.180)> 220-written by Tim Kosse (Tim.Kosse@gmx.de)
(000057) 26/01/2010 10.26.17 - (not logged in) (192.168.1.180)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000057) 26/01/2010 10.26.17 - (not logged in) (192.168.1.180)> USER user
(000057) 26/01/2010 10.26.17 - (not logged in) (192.168.1.180)> 331 Password required for user
(000057) 26/01/2010 10.26.17 - (not logged in) (192.168.1.180)> PASS *******
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)> 230 Logged on
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)> SYST
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)> 215 UNIX emulated by FileZilla
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)> FEAT
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)> 211-Features:
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)>  MDTM
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)>  REST STREAM
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)>  SIZE
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)>  MLST type*;size*;modify*;
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)>  MLSD
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)>  UTF8
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)>  CLNT
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)>  MFMT
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)> 211 End
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)> PWD
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)> 257 "/" is current directory.
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)> TYPE I
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)> 200 Type set to I
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)> PASV
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)> 227 Entering Passive Mode (192,168,1,6,16,170)
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)> MLSD
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)> 150 Connection accepted
(000057) 26/01/2010 10.26.17 - user (192.168.1.180)> 226 Transfer OK
(000057) 26/01/2010 10.26.22 - user (192.168.1.180)> CWD /images
(000057) 26/01/2010 10.26.22 - user (192.168.1.180)> 250 CWD successful. "/images" is current directory.
(000057) 26/01/2010 10.26.22 - user (192.168.1.180)> PWD
(000057) 26/01/2010 10.26.22 - user (192.168.1.180)> 257 "/images" is current directory.
(000057) 26/01/2010 10.26.22 - user (192.168.1.180)> PASV
(000057) 26/01/2010 10.26.22 - user (192.168.1.180)> 227 Entering Passive Mode (192,168,1,6,16,171)
(000057) 26/01/2010 10.26.22 - user (192.168.1.180)> MLSD
(000057) 26/01/2010 10.26.22 - user (192.168.1.180)> 150 Connection accepted
(000057) 26/01/2010 10.26.22 - user (192.168.1.180)> 226 Transfer OK
(000058) 26/01/2010 10.26.29 - (not logged in) (192.168.1.180)> Connected, sending welcome message...
(000058) 26/01/2010 10.26.29 - (not logged in) (192.168.1.180)> 220-FileZilla Server version 0.9.33 beta
(000058) 26/01/2010 10.26.29 - (not logged in) (192.168.1.180)> 220-written by Tim Kosse (Tim.Kosse@gmx.de)
(000058) 26/01/2010 10.26.29 - (not logged in) (192.168.1.180)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000058) 26/01/2010 10.26.29 - (not logged in) (192.168.1.180)> USER user
(000058) 26/01/2010 10.26.29 - (not logged in) (192.168.1.180)> 331 Password required for user
(000058) 26/01/2010 10.26.29 - (not logged in) (192.168.1.180)> PASS *******
(000058) 26/01/2010 10.26.29 - user (192.168.1.180)> 230 Logged on
(000058) 26/01/2010 10.26.29 - user (192.168.1.180)> CWD /images
(000058) 26/01/2010 10.26.29 - user (192.168.1.180)> 250 CWD successful. "/images" is current directory.
(000058) 26/01/2010 10.26.30 - user (192.168.1.180)> TYPE I
(000058) 26/01/2010 10.26.30 - user (192.168.1.180)> 200 Type set to I
(000058) 26/01/2010 10.26.30 - user (192.168.1.180)> PASV
(000058) 26/01/2010 10.26.30 - user (192.168.1.180)> 227 Entering Passive Mode (192,168,1,6,16,174)
(000058) 26/01/2010 10.26.30 - user (192.168.1.180)> STOR favicon.ico
(000058) 26/01/2010 10.26.30 - user (192.168.1.180)> 150 Connection accepted
(000058) 26/01/2010 10.26.30 - user (192.168.1.180)> 550 can't access file.
(000058) 26/01/2010 10.26.30 - user (192.168.1.180)> PASV
(000058) 26/01/2010 10.26.30 - user (192.168.1.180)> 227 Entering Passive Mode (192,168,1,6,16,175)
(000058) 26/01/2010 10.26.30 - user (192.168.1.180)> MLSD
(000058) 26/01/2010 10.26.30 - user (192.168.1.180)> 150 Connection accepted
(000058) 26/01/2010 10.26.30 - user (192.168.1.180)> 226 Transfer OK
(000058) 26/01/2010 10.26.32 - user (192.168.1.180)> PASV
(000058) 26/01/2010 10.26.32 - user (192.168.1.180)> 227 Entering Passive Mode (192,168,1,6,16,176)
(000058) 26/01/2010 10.26.32 - user (192.168.1.180)> STOR favicon.ico
(000058) 26/01/2010 10.26.32 - user (192.168.1.180)> 150 Connection accepted
(000058) 26/01/2010 10.26.32 - user (192.168.1.180)> 550 can't access file.
(000058) 26/01/2010 10.26.32 - user (192.168.1.180)> PASV
(000058) 26/01/2010 10.26.32 - user (192.168.1.180)> 227 Entering Passive Mode (192,168,1,6,16,177)
(000058) 26/01/2010 10.26.32 - user (192.168.1.180)> MLSD
(000058) 26/01/2010 10.26.32 - user (192.168.1.180)> 150 Connection accepted
(000058) 26/01/2010 10.26.32 - user (192.168.1.180)> 226 Transfer OK
(000058) 26/01/2010 10.26.33 - user (192.168.1.180)> PASV
(000058) 26/01/2010 10.26.33 - user (192.168.1.180)> 227 Entering Passive Mode (192,168,1,6,16,178)
(000058) 26/01/2010 10.26.33 - user (192.168.1.180)> STOR favicon.ico
(000058) 26/01/2010 10.26.33 - user (192.168.1.180)> 150 Connection accepted
(000058) 26/01/2010 10.26.33 - user (192.168.1.180)> 550 can't access file.
(000058) 26/01/2010 10.26.33 - user (192.168.1.180)> PASV
(000058) 26/01/2010 10.26.33 - user (192.168.1.180)> 227 Entering Passive Mode (192,168,1,6,16,179)
(000058) 26/01/2010 10.26.33 - user (192.168.1.180)> MLSD
(000058) 26/01/2010 10.26.33 - user (192.168.1.180)> 150 Connection accepted
(000058) 26/01/2010 10.26.33 - user (192.168.1.180)> 226 Transfer OK
Thanks in advance

User avatar
boco
Contributor
Posts: 26935
Joined: 2006-05-01 03:28
Location: Germany

Re: 550 Access denied

#8 Post by boco » 2010-01-26 10:28

This is not an FTP permission problem (in that case the error would be 550 Permission denied.)

1. FileZilla server runs under Windows account SYSTEM (LocalSystem). You must make sure SYSTEM has full control over the directories you share.
2. For a specific file, maybe this file is locked somehow by the OS (or another program such as a virus scanner). Check with a tool like Unlocker (Lockhunter for x64).
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

seek
500 Command not understood
Posts: 2
Joined: 2010-01-26 09:11

Re: 550 Access denied

#9 Post by seek » 2010-01-26 10:54

boco wrote:This is not an FTP permission problem (in that case the error would be 550 Permission denied.)

1. FileZilla server runs under Windows account SYSTEM (LocalSystem). You must make sure SYSTEM has full control over the directories you share.
SYSTEM have the full control on dir structure
boco wrote: 2. For a specific file, maybe this file is locked somehow by the OS (or another program such as a virus scanner). Check with a tool like Unlocker (Lockhunter for x64).
Now I check

Thanks for your suggestions

Seek

Post Reply