Error 550

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
oripigra
500 Command not understood
Posts: 1
Joined: 2024-01-07 12:20
First name: Oriol
Last name: Pino Gracia

Error 550

#1 Post by oripigra » 2024-01-07 12:23

When trying to connect to the server I recieve error 550 not showing the folder content, but being able to upload files and create new ones.

The permissions are configured as Read+Write, with username and password and same tot the macos folder.

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

Re: Error 550

#2 Post by botg » 2024-01-07 22:30

Please post a complete log of this happening.

zerosg
500 Command not understood
Posts: 3
Joined: 2024-01-31 10:23
First name: Simon
Last name: Tan

Re: Error 550

#3 Post by zerosg » 2024-01-31 10:26

am encountering this problem too.

if LS no issue can see everything but if I LS *.txt, then it will show error 550 Couldn't open the file or directory.

zerosg
500 Command not understood
Posts: 3
Joined: 2024-01-31 10:23
First name: Simon
Last name: Tan

Re: Error 550

#4 Post by zerosg » 2024-01-31 10:32

add on this is for version 1.8.1, new install on windows 10
Attachments
Screenshot 2024-01-31 183152.jpg
Screenshot 2024-01-31 183152.jpg (87.76 KiB) Viewed 2051 times

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

Re: Error 550

#5 Post by botg » 2024-01-31 13:15

Your client is trying to list the file or directory named *.txt, which does not exist. Which is expected, as on Windows, filenames are not allowed to contain asterisks.

zerosg
500 Command not understood
Posts: 3
Joined: 2024-01-31 10:23
First name: Simon
Last name: Tan

Re: Error 550

#6 Post by zerosg » 2024-01-31 16:54

even if got a test.txt it shows same. seems like older version have this issue already

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

Re: Error 550

#7 Post by boco » 2024-01-31 20:04

All arguments are taken literally. There is not (and never really was) any support for wildcards * or ?. Any file list filtering must be done by the FTP client, not the server.
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

TechyUser46
500 Command not understood
Posts: 2
Joined: 2024-01-31 20:43

Re: Error 550

#8 Post by TechyUser46 » 2024-01-31 21:46

boco wrote:
2024-01-31 20:04
All arguments are taken literally. There is not (and never really was) any support for wildcards * or ?. Any file list filtering must be done by the FTP client, not the server.
From my experience, wildcarded file descriptors used to work against old[er?] versions of FileZilla Server. I'm currently experiencing an issue where an app (the FTP client) has been passing LIST *.* or NLST *.* for eons, but my recently-upgraded FileZilla Server is now responding with "550 Couldn't open the file or directory". This same app worked fine on an [albeit very] old version of FileZilla Server (0.9.60) but does not appear to work after a recent upgrade to version 1.8.1. Unfortunately, the app offers no config related to its FTP list behavior.

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

Re: Error 550

#9 Post by boco » 2024-01-31 23:36

The old beta server (different, outdated codebase) tolerated them, which was a violation of the RFC. They were never truly supported.

The new server strictly adheres to the RFC and does not allow anything else than a pathname. Clients relying on server-side filtering of lists are broken.
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

Post Reply