Opened 18 years ago

Last modified 18 years ago

#1217 closed Bug report

Permission denied bug

Reported by: xyzmoscow Owned by:
Priority: normal Component: FileZilla Server
Keywords: Cc: xyzmoscow, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

FileZilla_Server-0_9_22.exe

i want append file, when empty file exist locally.
error transfer occur, when permission set of R+ W+ A+ D-
when i change permission to D+, transmission error disappears

log begin

(000002) 12.01.2007 11:39:03 - xxxxxx (10.35.xxx.xxx)> 230 Logged on
(000002) 12.01.2007 11:39:04 - xxxxxx (10.35.xxx.xxx)> PWD
(000002) 12.01.2007 11:39:04 - xxxxxx (10.35.xxx.xxx)> 257 "/" is current directory.
(000002) 12.01.2007 11:39:04 - xxxxxx (10.35.xxx.xxx)> PORT 10,35,194,43,112,102
(000002) 12.01.2007 11:39:04 - xxxxxx (10.35.xxx.xxx)> 200 Port command successful
(000002) 12.01.2007 11:39:04 - xxxxxx (10.35.xxx.xxx)> TYPE I
(000002) 12.01.2007 11:39:04 - xxxxxx (10.35.xxx.xxx)> 200 Type set to I
(000002) 12.01.2007 11:39:04 - xxxxxx (10.35.xxx.xxx)> SIZE Abc-(10.35.xxx.xxx)_2007.01.12-00.10.00.7z
(000002) 12.01.2007 11:39:04 - xxxxxx (10.35.xxx.xxx)> 213 0
(000002) 12.01.2007 11:39:04 - xxxxxx (10.35.xxx.xxx)> STOR Abc-(10.35.xxx.xxx)_2007.01.12-00.10.00.7z
(000002) 12.01.2007 11:39:04 - xxxxxx (10.35.xxx.xxx)> 550 Permission denied
(000002) 12.01.2007 11:39:04 - xxxxxx (10.35.xxx.xxx)> disconnected.

log end

FileZilla Server.xml begin

[==skip==]
<Group Name="pal">
<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 Name="ForceSsl">0</Option>
<IpFilter>
<Disallowed/>
<Allowed/>
</IpFilter>
<Permissions>
<Permission Dir="C:\Pal">
<Option Name="FileRead">1</Option>
<Option Name="FileWrite">1</Option>
<!-- bug line begin -->
<Option Name="FileDelete">0</Option>
<!-- bug line end -->
<Option Name="FileAppend">1</Option>
<Option Name="DirCreate">0</Option>
<Option Name="DirDelete">0</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="1" DlLimit="10" ServerDlLimitBypass="0" UlType="1" UlLimit="10" ServerUlLimitBypass="0">
<Download/>
<Upload/>
</SpeedLimits>
[==skip==]

FileZilla Server.xml begin

Change History (1)

comment:1 by Tim Kosse, 18 years ago

Your client does not send the append command, it tries to overwrite which required Delete permission.

Note: See TracTickets for help on using tickets.