Fixed IIS 8 and FTP 8 providers
This commit is contained in:
parent
ef17d72515
commit
38b8a70a51
2 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,10 @@ namespace WebsitePanel.Providers.FTP
|
|||
{
|
||||
public class MsFTP80 : MsFTP
|
||||
{
|
||||
public MsFTP80() : base()
|
||||
{
|
||||
}
|
||||
|
||||
protected new bool IsMsFTPInstalled()
|
||||
{
|
||||
int value = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue