I want to ask, how do I open a zip file explorer on filemanager or ajax
-
-
I want to ask, how do I open a zip file explorer on filemanager or ajaxHello ;
If you are asking how to upload a zip file and unzip it in same time via the filemanager (AjaxPlorer) the answer is quick simple: It's not possible (Not allowed by design).
Thank you for using i-MSCP
-
-
Hello ;
If you are asking how to upload a zip file and unzip in in same time via the filemanager (AjaxPlorer) the answer is quick simple: It's not possible (Not allowed by design).
Thank you for using i-MSCP
i using ajaxplorer... not unzip menu
-
We only ship ajaxplorer with imscp. We are not the Dev's.
Please take a look into AP Docu or contact AP Dev
-
-
just to clarify things, ftp does not support serverside commands to extract zip or any other archive on the server.
this is only possible with shell.there are possible ways to program such feature using ftp to upload a zip, and then with php exec extract them server side, while the client needs to identify the server side path to file by its username or something (server side path /var/www/virtual/domain.tld/htdocs/ vs ftp path /htdocs/), then again filesystem permission could block the way (ajaxplorer owner vu2000, domain owner vu20xx and what if the ftp path is not default.... thousands if and whens. forget it
another way is to let ajaxplorer extract the archive before upload on the client system into a temporary folder and upload the extracted files and subfolders automatically. for this, like g00vER said, you could ask ajaxplorer devs about it.
-
this is one feature that I miss from the old ftp client (though I think it's possible with net2ftp), but ajaxplorer is great. The only thing that is sorely needed is the ability to see .htaccess files. something that can only be set by admin, but we don't have admin settings with this deployment.
-
-
imho when you install imscp you can choose net2ftp client. you sure it supports extracting archives on the server?
-
i think so, and the old web filemanager ispcp used did.
-
-
unzip befor upload or unzip via SSH...