cpanel api fileman alternative
- by Coombesy
trying to remotely unpack a zip file, then move the contents on cpanel servers. Some research led me to xmlApi class and the fileman module. And here my problem lies as Fileman module is returning html based on the cpanel theme (which we won't know) - and all I need is a list of files.
here is the code flow:
* using ftp, the zip is uploaded
*…