PowerShell Logo Small

New-WebFtpSite



This is the built-in help made by Microsoft for the command 'New-WebFtpSite', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Create a new FTP 7 Site.

SYNTAX


New-WebFtpSite [-Name] <String> [-Force] [-HostHeader <String>] [-Id <UInt32>] [-IPAddress <String>] [-PhysicalPath <String>] [-Port <UInt32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Creates a new FTP site. FTP 7 or later must be installed before this cmdlet will function successfully.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/p/?linkid=287875

REMARKS

<

Examples


-------------- EXAMPLE 1: Creating a new FTP site binding --------------

IIS:\>New-WebFtpSite -Name testFtpSite -Port 21 -PhysicalPath c:\test -HostHeader mySite -IPAddress 127.0.0.1



Creates a new FTP site named "testFtpSite" (works with FTP7 only).