Im attempting to use the TFTP service in the Router OS however it appears that i need to enter each and every file name that needs to be served up in the config. Is there a wildcard i can use for the REQ & Real file name ? so i dont have to make an entry for every file that needs to be server up? I have tried * and . to no avail.
Any suggestions ?
I just tried this and it worked fine. V3.30
/ip tftp
add real-filename=*.txt allow=yes read-only=yes
I can download any file with .txt extension.
Thank you for the reply
the wildcard is not working for me all of my files have an cfg extension so i entered *.cfg to no avail
im currently ruinning Router os 4.0
Does it work with a single filename? (no wildcard)
How are you trying to download the file? What software?
I am using tftp on a Linux box as the client.
A single file name works perfectly
My client is a Polycom SIP phone, Every time the phone gets turned on it downloads a few *.cfg files
Thank you for your efforts thus far