using tftp in RB433

Hi,

I´m trying to use tftp server. I get the error “ERROR code 1 string file not found”.
File is saved in router.

It´s possible that i have to use an external disk?

Thanks

Did you add the file to the tftp server? If the filename is myfile.txt, then in router
/ip tftp
add real-filename=myfile.txt allow=yes read-only=yes

Hi,

The file is in:
[admin@Prueb] /ip tftp> print detail
Flags: X - disabled
0 ip-addresses=11.0.0.0/24 req-filename=“1024x128x1_knovative.cfg”
real-filename=“1024x128x1_knovative.cfg” allow=yes read-only=yes hits=8

In logs, I see:

00:23:37 tftp,info tftpd incoming connection from 11.0.0.94:3326 on 11.0.0.2
00:23:37 tftp,info requested file: C:/1024x128x1_knovative.cfg access: allow
ed
00:23:37 tftp,info opened 11.0.0.2:41385
00:23:37 tftp,info closing…

Ip address from mikrotik is:

1 11.0.0.2/24 11.0.0.0 11.0.0.255 ether2

Thanks

Except for the ip addresses, my router log looks almost like yours on a successful download.
Mine shows
requested file: /test.txt access: allowed
What tftp software are you using on the client side? I’m linux using tftp on a shell.