WebSiteGetPublishProfileResponse.PublishProfile.FtpPassiveMode Property
Gets or sets whether FTP passive mode is being used.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public bool FtpPassiveMode { get; set; }
public:
property bool FtpPassiveMode {
bool get();
void set(bool value);
}
member FtpPassiveMode : bool with get, set
Public Property FtpPassiveMode As Boolean
Property Value
Type: System.Boolean
true if FTP passive mode is being used; otherwise, false.
Remarks
This attribute applies only if PublishMethod is set to FTP.
See Also
WebSiteGetPublishProfileResponse.PublishProfile Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top