2020-02-16 15:11:37 +00:00
|
|
|
Ftpproxy
|
2018-05-06 13:25:26 +00:00
|
|
|
~~~~~~~~
|
|
|
|
|
2020-02-16 15:11:37 +00:00
|
|
|
.. csv-table:: Service (ServiceController.php)
|
2018-05-06 13:25:26 +00:00
|
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
|
2020-02-16 15:11:37 +00:00
|
|
|
"``POST``","ftpproxy","service","config",""
|
|
|
|
"``POST``","ftpproxy","service","reload",""
|
|
|
|
"``POST``","ftpproxy","service","restart","$uuid"
|
|
|
|
"``POST``","ftpproxy","service","start","$uuid"
|
|
|
|
"``POST``","ftpproxy","service","status","$uuid"
|
|
|
|
"``POST``","ftpproxy","service","stop","$uuid"
|
2018-05-06 13:25:26 +00:00
|
|
|
|
2020-02-16 15:11:37 +00:00
|
|
|
.. csv-table:: Resources (SettingsController.php)
|
2018-05-06 13:25:26 +00:00
|
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
|
2020-02-16 15:11:37 +00:00
|
|
|
"``POST``","ftpproxy","settings","addProxy",""
|
|
|
|
"``POST``","ftpproxy","settings","delProxy","$uuid"
|
|
|
|
"``GET``","ftpproxy","settings","getProxy","$uuid=null"
|
|
|
|
"``GET``","ftpproxy","settings","searchProxy",""
|
|
|
|
"``POST``","ftpproxy","settings","setProxy","$uuid"
|
|
|
|
"``POST``","ftpproxy","settings","toggleProxy","$uuid"
|