Hi. When I run `example.cr` from the repo, I'm able to view all filesystem not only root directory. ```console crystal example.cr -- 8090 /Users/admin/crystal/CrystalFTP ``` ```console ftp localhost -p 8090 ftp> cd /usr ftp> ls ```