FTP mget with Wildcard from /usr/sdext folder

Why does the wildcard not work on the eWON Flexy 205?

I have a Flexy 205 logging historical data. Each hour it generates a file using EBD function to create .txt files of data with the file names DDMMYYY.HHMMSS.txt

I can connect to the eWON FTP server, open a connection and download the files but it will only allow me to download all files rather than allowing wildcards.
e.g. filenames
09082020.110000.txt
09082020.120000.txt
10082020.100000.txt
10082020.110000.txt
10082020.120000.txt

example command prompt connection that works with 2 other FTP servers (RedLion and Lenze).
Open 192.168.1.149 FTP open connection to ewon
User: adm FTP username
Password: FTP password
cd /usr/sdext FTP eWON directory where files are
ld c:\temp\data FTP local PC’s hard drive folder
mget 10082020.* FTP get multiple files starting with 10082020

I want the client to get the data when needed NOT the eWON to PUT the data somewhere.
Why does the wildcard not work on the eWON Flexy 205?

Hello,

I will run some tests.

It may be that the unit itself isn’t programmed to accept FPT commands from the outside.

You may need to construct some BASIC IDE scripts to push the FTP files out.

General FTP works fine. I can “mget” loads of my files from /usr/sdext But it will not accept wildcards.