joni2back / angular-filemanager

JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in AngularJS with CSS3 Responsive (with FTP in PHP / Java / Node)
https://joni2back.github.io/angular-filemanager/
MIT License
1.76k stars 578 forks source link

Add multiple FTP accounts #355

Closed bernaoliveira closed 1 year ago

bernaoliveira commented 5 years ago

Hello! Can you add some bridge to handler.php. I'd like to add editable ftp accounts. For example, i have an index page, where user writes his login and password. How can I add this variables to handler.php in this array $oFtp = new FileManager(array( 'hostname' => '', 'username' => '', 'password' => '' )); I'm not exactly pro in PHP, so may be i'm wrong... Thank you for your help.