Hi.
- Connect Linux Ftp Server(vsftpd) with normal user account.
- GetList("/root") : root permission is "drwx------".
- Returned list has 1 child item without error and name is "root".
: /root folder has 2 files('.bashrc' and '.profile')
I thinks in this case, GetList("/root") has to return empty list or raise exception.
When I did calls ChangeDirectory("/root") and GetList(), ChangeDirectory function raise exception 550. (this is correct action).
Sorry my short English.
Thank you.