Page 1 of 1

Filename provided by server doesn't match pattern

Posted: 2022-06-24 21:43
by hellreturn
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

Re: Filename provided by server doesn't match pattern

Posted: 2022-06-25 10:43
by oibaf
Confirmed, there's a bug in the NSLT command. Will be fixed in the next release/nightlies.

Thanks for reporting.

Re: Filename provided by server doesn't match pattern

Posted: 2022-06-27 08:33
by botg
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.