OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
php80
/
usr
/
share
/
pear
/
PEAR
/
Command
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/16/2024 09:37:36 PM
rwxr-xr-x
📄
Auth.php
2.51 KB
04/19/2021 12:04:49 PM
rw-r--r--
📄
Auth.xml
1.2 KB
04/19/2021 12:04:49 PM
rw-r--r--
📄
Build.php
2.58 KB
04/19/2021 12:04:49 PM
rw-r--r--
📄
Build.xml
388 bytes
04/19/2021 12:04:49 PM
rw-r--r--
📄
Channels.php
32.66 KB
04/19/2021 12:04:49 PM
rw-r--r--
📄
Channels.xml
4.12 KB
04/19/2021 12:04:49 PM
rw-r--r--
📄
Common.php
8.02 KB
04/19/2021 12:04:49 PM
rw-r--r--
📄
Config.php
15.1 KB
04/19/2021 12:04:49 PM
rw-r--r--
📄
Config.xml
3.3 KB
04/19/2021 12:04:49 PM
rw-r--r--
📄
Install.php
49.81 KB
04/19/2021 12:04:49 PM
rw-r--r--
📄
Install.xml
8.49 KB
04/19/2021 12:04:49 PM
rw-r--r--
📄
Mirror.php
4.4 KB
04/19/2021 12:04:49 PM
rw-r--r--
📄
Mirror.xml
617 bytes
04/19/2021 12:04:49 PM
rw-r--r--
📄
Package.php
39.21 KB
04/19/2021 12:04:49 PM
rw-r--r--
📄
Package.xml
7.05 KB
04/19/2021 12:04:49 PM
rw-r--r--
📄
Pickle.php
15.52 KB
04/19/2021 12:04:49 PM
rw-r--r--
📄
Pickle.xml
1.15 KB
04/19/2021 12:04:49 PM
rw-r--r--
📄
Registry.php
45.2 KB
04/19/2021 12:04:49 PM
rw-r--r--
📄
Registry.xml
1.75 KB
04/19/2021 12:04:49 PM
rw-r--r--
📄
Remote.php
29.28 KB
04/19/2021 12:04:49 PM
rw-r--r--
📄
Remote.xml
3.23 KB
04/19/2021 12:04:49 PM
rw-r--r--
📄
Test.php
11.85 KB
04/19/2021 12:04:49 PM
rw-r--r--
📄
Test.xml
1.6 KB
04/19/2021 12:04:49 PM
rw-r--r--
Editing: Remote.xml
Close
<commands version="1.0"> <remote-info> <summary>Information About Remote Packages</summary> <function>doRemoteInfo</function> <shortcut>ri</shortcut> <options /> <doc><package> Get details on a package from the server.</doc> </remote-info> <list-upgrades> <summary>List Available Upgrades</summary> <function>doListUpgrades</function> <shortcut>lu</shortcut> <options> <channelinfo> <shortopt>i</shortopt> <doc>output fully channel-aware data, even on failure</doc> </channelinfo> </options> <doc>[preferred_state] List releases on the server of packages you have installed where a newer version is available with the same release state (stable etc.) or the state passed as the second parameter.</doc> </list-upgrades> <remote-list> <summary>List Remote Packages</summary> <function>doRemoteList</function> <shortcut>rl</shortcut> <options> <channel> <shortopt>c</shortopt> <doc>specify a channel other than the default channel</doc> <arg>CHAN</arg> </channel> </options> <doc> Lists the packages available on the configured server along with the latest stable release of each package.</doc> </remote-list> <search> <summary>Search remote package database</summary> <function>doSearch</function> <shortcut>sp</shortcut> <options> <channel> <shortopt>c</shortopt> <doc>specify a channel other than the default channel</doc> <arg>CHAN</arg> </channel> <allchannels> <shortopt>a</shortopt> <doc>search packages from all known channels</doc> </allchannels> <channelinfo> <shortopt>i</shortopt> <doc>output fully channel-aware data, even on failure</doc> </channelinfo> </options> <doc>[packagename] [packageinfo] Lists all packages which match the search parameters. The first parameter is a fragment of a packagename. The default channel will be used unless explicitly overridden. The second parameter will be used to match any portion of the summary/description</doc> </search> <list-all> <summary>List All Packages</summary> <function>doListAll</function> <shortcut>la</shortcut> <options> <channel> <shortopt>c</shortopt> <doc>specify a channel other than the default channel</doc> <arg>CHAN</arg> </channel> <channelinfo> <shortopt>i</shortopt> <doc>output fully channel-aware data, even on failure</doc> </channelinfo> </options> <doc> Lists the packages available on the configured server along with the latest stable release of each package.</doc> </list-all> <download> <summary>Download Package</summary> <function>doDownload</function> <shortcut>d</shortcut> <options> <nocompress> <shortopt>Z</shortopt> <doc>download an uncompressed (.tar) file</doc> </nocompress> </options> <doc><package>... Download package tarballs. The files will be named as suggested by the server, for example if you download the DB package and the latest stable version of DB is 1.6.5, the downloaded file will be DB-1.6.5.tgz.</doc> </download> <clear-cache> <summary>Clear Web Services Cache</summary> <function>doClearCache</function> <shortcut>cc</shortcut> <options /> <doc> Clear the XML-RPC/REST cache. See also the cache_ttl configuration parameter. </doc> </clear-cache> </commands>