Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#12486 closed Bug report (fixed)

1.0.0-rc2 Log Files

Reported by: tm8544 Owned by:
Priority: normal Component: FileZilla Server
Keywords: Cc:
Component version: 1.0.0-rc2 Operating system type: Windows
Operating system version: 10.0.19043.1082

Description

1) Issue 1
I can not read log files created by Filezilla Server version 1.0.0-rc2.
I have unsufficient permissions for log files, even as an admin.
Not even rotated logs.
It appears that log files do not inherit permissions from Logs-folder, they have their own ambiguous permissions.

2) Where does server store server settings file?

3) Log level explanations needed
E.g. Log level 3: What is logged and what is not logged?

Change History (3)

comment:1 by Tim Kosse, 3 years ago

Resolution: fixed
Status: newclosed

The permissions have been fixed in 1.0.0-rc3, now the Administrators group also has access to the files.

The settings are stored in the %LOCALAPPDATA%/filezilla-server directory of the Windows account the server is running under.

A log level selection improvement will come in a future version.

Last edited 3 years ago by Tim Kosse (previous) (diff)

comment:2 by tm8544, 3 years ago

In my case the settings are stored in this folder:
c:\Windows\System32\config\systemprofile\AppData\Local\filezilla-server\

Server is running under localsystem account.

Would it be possible to use c:\ProgramData\filezilla-server\ ?
%ALLUSERSPROFILE%\filezilla-server

Last edited 3 years ago by tm8544 (previous) (diff)

comment:3 by Tim Kosse, 3 years ago

Would it be possible to use c:\ProgramData\filezilla-server\ ?

%ALLUSERSPROFILE%\filezilla-server

Neither location is appropriate for per-user configuration data.

Note: See TracTickets for help on using tickets.