antonbiz
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by antonbiz-
Hi. So I am basically following this doc. cPanel API 2 Functions - Fileman::fileop - Software Development Kit - cPanel Documentation Maybe I misread it or I am not using the function the same way...
-
I think I answered my question again. The API2 code seems to be return $xmlapi->api2_query($account, 'Fileman', 'fileop', $args2); Once I added the account it started deleting old files. I think...
-
never mind. answered by own questions. the code to get it is foreach ($list->data as $item) { array_push($files, $item->file); }