550 Filename invalid

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
bobbleyutd
500 Command not understood
Posts: 2
Joined: 2017-10-20 12:09
First name: Rob
Last name: Mason

550 Filename invalid

#1 Post by bobbleyutd » 2017-10-23 08:43

Hi all,

I'm getting a couple of "550 Filename invalid" errors. Reading existing posts on the subject, I've upgraded to 0.9.60 server and have made sure the folder "mitel" exists.

Can anyone advise what is wrong with the filename D:\mitel\b_dbsave_ilkrc_13.1.0.38_20171020131209.tar.tmp ?
Are there too many .'s ?
Is the filename too long ?

(000004)20/10/2017 13:05:03 - mitel (xx.xx.xx.xx)> 257 "/" is current directory.
(000004)20/10/2017 13:05:03 - mitel (xx.xx.xx.xx)> PASV
(000004)20/10/2017 13:05:03 - mitel (xx.xx.xx.xx)> 227 Entering Passive Mode (10,95,134,106,237,122)
(000004)20/10/2017 13:05:03 - mitel (xx.xx.xx.xx)> STOR D:\mitel\b_dbsave_ilkrc_13.1.0.38_20171020131209.tar.tmp
(000004)20/10/2017 13:05:03 - mitel (xx.xx.xx.xx)> 550 Filename invalid

(000011)23/10/2017 01:58:24 - mitel (xx.xx.xx.xx)> 257 "/" is current directory.
(000011)23/10/2017 01:58:24 - mitel (xx.xx.xx.xx)> PASV
(000011)23/10/2017 01:58:24 - mitel (xx.xx.xx.xx)> 227 Entering Passive Mode (10,95,134,106,251,48)
(000011)23/10/2017 01:58:24 - mitel (xx.xx.xx.xx)> STOR D:\mitel\/direxp_CSVExport_ilkrc_20171023020534.csv.tmp
(000011)23/10/2017 01:58:24 - mitel (xx.xx.xx.xx)> 550 Filename invalid

I'm not so bothered about the second example - but out of curiosity, is it a / \ thing ?

Thanks in advance !

Kind Regs,
Bobbley.

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

Re: 550 Filename invalid

#2 Post by botg » 2017-10-23 16:33

The filename is the problem. Colons are not valid in filenames on Windows.

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

Re: 550 Filename invalid

#3 Post by botg » 2017-10-23 16:38

Let's say your home directory is mapped to t:\foobar\ and for the sake of simplicity, there are no configured aliases. Your home directory is represented by the server as /

D:\mitel\b_dbsave_ilkrc_13.1.0.38_20171020131209.tar.tmp is a relative path, as it does not start with a slash. It's relative to the current working directory, which is / according to the log.

So after canonicalization the absolute virtual path is /D:/mitel/b_dbsave_ilkrc_13.1.0.38_20171020131209.tar.tmp

Mapping it to the physical path on the server's host system, that's t:\foobar\D:\mitel\b_dbsave_ilkrc_13.1.0.38_20171020131209.tar.tmp

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

Re: 550 Filename invalid

#4 Post by boco » 2017-10-24 01:26

In other, more simple terms:

FileZilla Server exposes a virtual, UNIX-like filesystem to the client. The root directory is /. The client must not send physical paths to the server, those aren't understood.
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

bobbleyutd
500 Command not understood
Posts: 2
Joined: 2017-10-20 12:09
First name: Rob
Last name: Mason

Re: 550 Filename invalid

#5 Post by bobbleyutd » 2017-10-24 08:57

Thanks Both !

This has solved my problem :D

And if anyone else is reading this thread with a similar problem, you can set up the path for the incoming file in
EDIT - USERS - SHARED FOLDERS

Great service - Great product - Thank you !!

Kind Regs,
Bobbley.

Post Reply