WebAppsGetFtpAllowed interface
Methods
| get(Request |
Returns whether FTP is allowed on the site or not. |
| put(Web |
Updates whether FTP is allowed on the site or not. |
Method Details
get(RequestParameters)
Returns whether FTP is allowed on the site or not.
function get(options?: RequestParameters): StreamableMethod<WebAppsGetFtpAllowed200Response | WebAppsGetFtpAllowedDefaultResponse>
Parameters
- options
- RequestParameters
Returns
put(WebAppsUpdateFtpAllowedParameters)
Updates whether FTP is allowed on the site or not.
function put(options: WebAppsUpdateFtpAllowedParameters): StreamableMethod<WebAppsUpdateFtpAllowed200Response | WebAppsUpdateFtpAllowedDefaultResponse>