550 Permission 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
Flavio61
500 Command not understood
Posts: 3
Joined: 2023-09-14 17:11

550 Permission denied

#1 Post by Flavio61 » 2023-09-14 17:25

Hi all,
I'm new to using FileZilla and FTP servers in general, so I apologize if my question may be trivial.
On my test machine I installed and configured Filezilla Server. Using Filezilla Client I access the server and I can both create and delete files in the user's folder. The problem arises when I try to access the Filezilla server with our accounting management software that is simply supposed to upload some files to the server. When from our software I try to send the files to the Filezilla server, the connection is successful but then I have a 550 Permission Denied error and I can not send the files to the server. The full log is this: "2023-09-14T16:40:28.237Z << [FTP Session 19 192.168.100.74] 220-FileZilla Server 1.7.3

2023-09-14T16:41:27.924Z << [FTP Session 20 192.168.100.74] 220-FileZilla Server 1.7.3
2023-09-14T16:41:27.924Z << [FTP Session 20 192.168.100.74] 220 Please visit https://filezilla-project.org/
2023-09-14T16:41:27.924Z >> [FTP Session 20 192.168.100.74] USER Forma
2023-09-14T16:41:27.924Z << [FTP Session 20 192.168.100.74] 331 Please, specify the password.
2023-09-14T16:41:27.925Z >> [FTP Session 20 192.168.100.74] PASS ****
2023-09-14T16:41:27.940Z << [FTP Session 20 192.168.100.74 Forma] 230 Login successful.
2023-09-14T16:41:27.940Z >> [FTP Session 20 192.168.100.74 Forma] TYPE I
2023-09-14T16:41:27.940Z << [FTP Session 20 192.168.100.74 Forma] 200 Type set to I
2023-09-14T16:41:27.941Z >> [FTP Session 20 192.168.100.74 Forma] SYST
2023-09-14T16:41:27.941Z << [FTP Session 20 192.168.100.74 Forma] 215 UNIX emulated by FileZilla.
2023-09-14T16:41:27.941Z >> [FTP Session 20 192.168.100.74 Forma] FEAT
2023-09-14T16:41:27.941Z << [FTP Session 20 192.168.100.74 Forma] 211-Features:
2023-09-14T16:41:27.941Z << [FTP Session 20 192.168.100.74 Forma] 211 End
2023-09-14T16:41:27.943Z >> [FTP Session 20 192.168.100.74 Forma] NOOP
2023-09-14T16:41:27.943Z << [FTP Session 20 192.168.100.74 Forma] 200 Noop ok.
2023-09-14T16:41:27.943Z >> [FTP Session 20 192.168.100.74 Forma] CWD /
2023-09-14T16:41:27.943Z << [FTP Session 20 192.168.100.74 Forma] 250 CWD command successful
2023-09-14T16:41:27.944Z >> [FTP Session 20 192.168.100.74 Forma] EPSV
2023-09-14T16:41:27.944Z << [FTP Session 20 192.168.100.74 Forma] 229 Entering Extended Passive Mode (|||49323|)
2023-09-14T16:41:27.944Z >> [FTP Session 20 192.168.100.74 Forma] STOR TestFtp.Txt
2023-09-14T16:41:27.944Z << [FTP Session 20 192.168.100.74 Forma] 550 Permission denied
2023-09-14T16:44:49.307Z == [Administration Server] Administration client with ID 13 disconnected without error
2023-09-14T16:44:49.307Z == [Administration Server] Session 13 ended gracefully."

The whole system (client and server) runs on a single PC so files transfers take place on the internal network, they do not run outside our network. The firewall and antivirus are disabled. All the permission on Filezilla folders and users folders are set correctly (complete control to the user and to Everyone). Thanks for any help.

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

Re: 550 Permission denied

#2 Post by boco » 2023-09-14 23:14

All the permission on Filezilla folders and users folders are set correctly (complete control to the user and to Everyone).
And the permissions in FileZilla Server, for the mentioned user account? They need to be set to "Read + Write", too, for enabling uploading.
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

Flavio61
500 Command not understood
Posts: 3
Joined: 2023-09-14 17:11

Re: 550 Permission denied

#3 Post by Flavio61 » 2023-09-15 08:09

I think I put them right, also because I guess if they weren't right it shouldn't work with Filezilla Client either.

https://i.postimg.cc/4d8mZdV1/Immagine-2023-09-15-100702.png

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: 550 Permission denied

#4 Post by botg » 2023-09-18 07:28

Does the Windows user account the FileZilla Server service runs under (SYSTEM by default) have permission to access the target directory?

Flavio61
500 Command not understood
Posts: 3
Joined: 2023-09-14 17:11

Re: 550 Permission denied

#5 Post by Flavio61 » 2023-09-19 08:59

Yes, I think that permissions are ok.

Image

User avatar
oibaf
Contributor
Posts: 405
Joined: 2021-07-16 21:02
First name: Fabio
Last name: Alemagna

Re: 550 Permission denied

#6 Post by oibaf » 2023-09-19 14:51

Flavio61 wrote:
2023-09-15 08:09
I think I put them right, also because I guess if they weren't right it shouldn't work with Filezilla Client either.

https://i.postimg.cc/4d8mZdV1/Immagine- ... 100702.png
The virtual path in the picture is "/FlavioNB/FilezillaServer", but your client is trying to upload the file in "/", the root, which is not associated with any native path and is thus non-writable.

Post Reply