cannot see ftp folder content #3467
Unanswered
AlexandreLemes91
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone!
First of all, sorry for my english, and thx for the future help!
my issue is that... I connect with a ftp, but I cannot see the content of the folder.
I can write, upload, and problaly delete, if I was able to see the content of the folder.
I dont know what should i do to resolve this.
Problably the problem is from FTP settings and not from elFinder, cause im already used with anothr ftp and it's worked fine.
The FTP was maked with FileZilla Server, maybe some help on setted there then.
'roots' => array(
array(
'driver' => 'FTP',
'alias' => 'MySite',
'host' => 'host',
'user' => 'user',
'pass' => pass',
'path' => '/',
'throwErrorOnExec' => true,
'ssl' => true
)
All reactions