Hello everyone!
It seems that FTP server in MT (RB5009UPr+S+ routeros 7.13.3) work not correct.
I mounted external USB flash and created directory “pub”
Columns: NAME, TYPE, CREATION-TIME
NAME TYPE CREATION-TIME
0 extUsb disk 1970-01-01 02:00:00
1 extUsb/pub directory 2024-02-19 11:27:58
if I choose missing sub directory “dir1” the response of FTP server is correct: “No such file or directory”,
but if I choose subsub directory dir1/dir2 the response is not correct: “Permission denied”
ftp> cd /dir1
550 /dir1: No such file or directory
ftp> cd /dir1/dir2
553 /dir1/dir2: Permission denied
ftp>
When I used another FTP server both responses are the same: “No such file or directory”.
Is it a bug of MT FTP server or wrong MT configuration ?