550 error on Windows server LIST -a

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
kevin306
500 Command not understood
Posts: 1
Joined: 2024-03-11 13:35

550 error on Windows server LIST -a

#1 Post by kevin306 » 2024-03-11 13:39

Keep getting this error:
<Date/Time> Info [Type] Message
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 [Response] 220-FileZilla Server 1.8.1
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 [Command] USER kevin
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 [Response] 331 Please, specify the password.
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 [Command] PASS ****
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 [Response] 230 Login successful.
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 kevin [Command] TYPE I
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 kevin [Response] 200 Type set to I
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 kevin [Command] CWD /testdir
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 kevin [Response] 250 CWD command successful
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 kevin [Command] PWD
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 kevin [Response] 257 "/testdir" is current directory.
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 kevin [Command] CWD /testdir
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 kevin [Response] 250 CWD command successful
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 kevin [Command] PWD
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 kevin [Response] 257 "/testdir" is current directory.
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 kevin [Command] SYST
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 kevin [Response] 215 UNIX emulated by FileZilla.
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 kevin [Command] PORT 188,118,34,229,248,124
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 kevin [Response] 200 PORT command successful.
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 kevin [Command] LIST -a /testdir
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 kevin [Response] 550 Invalid file name or path

But the directory exists, I created under the homedir a directory testdir. Any advice on where to find the solution to this error?

Thx in advance!

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

Re: 550 error on Windows server LIST -a

#2 Post by boco » 2024-03-11 13:56

You are trying to LIST a directory named "-a /testdir". This directory does not exist and the name is invalid, anyway.

Please instruct your client to NOT send the unsupported and incompatible -a parameter. LIST does only support a pathname as argument.
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

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

Re: 550 error on Windows server LIST -a

#3 Post by botg » 2024-03-11 13:56

<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 kevin [Command] PWD
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 kevin [Response] 257 "/testdir" is current directory.
...
<11/03/2024 14:34:12> FTP Session 35 188.118.34.229 kevin [Command] LIST -a /testdir
The LIST command takes exactly one argument. The client wants to list the directory "-a /testdir" relative to the current working directory "/testdir". The corresponding absolute path is "/testdir/-a /testdir".

Post Reply