Share via


WebAppsGetFtpAllowed interface

Methods

get(RequestParameters)

Returns whether FTP is allowed on the site or not.

put(WebAppsUpdateFtpAllowedParameters)

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

Returns

put(WebAppsUpdateFtpAllowedParameters)

Updates whether FTP is allowed on the site or not.

function put(options: WebAppsUpdateFtpAllowedParameters): StreamableMethod<WebAppsUpdateFtpAllowed200Response | WebAppsUpdateFtpAllowedDefaultResponse>

Parameters

Returns