Filename provided by server doesn't match pattern

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
hellreturn
504 Command not implemented
Posts: 7
Joined: 2009-11-07 22:07

Filename provided by server doesn't match pattern

#1 Post by hellreturn » 2022-06-24 21:43

I upgraded filezilla server to latest version 1.4.1. I think older version didn't had issue but I am getting below error. Any help would be appreciated. Thanks

ftp> mget test.txt
Filename provided by server doesn't match pattern `test.txt': /home/server/1/mod/test.txt
Refusing to handle insecure file list

Using below code from shell script to connect from server 1 to server 2:
ftp -nv server1.xxxx.com <<END
user abc pass
cd /home/server/1/mod
lcd /home/abc/public_html/sample/server1/
prompt
binary
mget test.txt
quit
END

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

Re: Filename provided by server doesn't match pattern

#2 Post by oibaf » 2022-06-25 10:43

Confirmed, there's a bug in the NSLT command. Will be fixed in the next release/nightlies.

Thanks for reporting.

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

Re: Filename provided by server doesn't match pattern

#3 Post by botg » 2022-06-27 08:33

Technically not a bug, as the precise output of NLST is unspecified.

Consider switching to a modern client that uses MLST/MLSD which uses well-defined output.

Post Reply