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 an FTP site
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Containing Type
- FtpsiteManager
Syntax
public void Create(FtpsiteSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | FtpsiteSettings | The settings of the FTP site to add |
Return Value
| Type | Description |
|---|---|
| void | If the FTP site was added. |
