Level 73
Well, no, it is not possible that way, because the storage is a Laravel directory, and in your case it expects that you have storage/public/ftp directory for example, and it will list all the directories within that directory, but not everything on the FTP server.
Take a look at this:
And the first example there. So you will need to make a connection to the server, and then list all the folders/files there.
1 like