pem.ProFTPD.getCustomFTPUsersList
This method is supported by Operations starting from version 2.9 HOTFIX01.
This method returns the list of the existing Custom FTP Users for the specified Webspace.
The method has the following input parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
Webspace ID |
The method returns the array of structures:
Name |
Type |
Short Description |
---|---|---|
|
int |
Webspace ID |
|
string |
Login suffix of Custom FTP User |
|
string |
Login of Custom FTP User |
|
struct |
It represents the entry point for Custom FTP User. |
|
string |
It represents a base location. There are the following options:
|
|
string |
Path inside the base location |
|
string |
FTP Server IP Address |
|
int |
FTP Server port number |