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 a new instance of the
FtpsiteManager
class.
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Containing Type
- FtpsiteManager
Syntax
public static FtpsiteManager Using(ICakeEnvironment environment, ICakeLog log, ServerManager server)
Parameters
Name | Type | Description |
---|---|---|
environment | ICakeEnvironment | The environment. |
log | ICakeLog | The log. |
server | ServerManager | The Microsoft.Web.Administration.ServerManager to connect to. |
Return Value
Type | Description |
---|---|
FtpsiteManager | a new instance of the FtpsiteManager . |