This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.IIS.
Summary
Creates new FTP site on local IIS.
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Containing Type
- FtpsiteAliases
Syntax
public static void CreateFtpsite(this ICakeContext context, FtpsiteSettings settings)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
settings | FtpsiteSettings | The new FTP site settings. |
Return Value
Type | Description |
---|---|
void |