Showing posts with label AdminScripts. Show all posts
Showing posts with label AdminScripts. Show all posts

Wednesday, 24 February 2016

How to configure IIS to use specific ports for Passive FTPIn Feburary 2016 24,

In Feburary 2016 24,
Login to the machine using remote desktop.
Go to the Inetpub\AdminScripts directory. This is typically on the same drive you installed windows, so c:\Inetpub\AdminScripts
Run the command
adsutil.vbs set /MSFTPSVC/PassivePortRange 'xxxx-yyyy'And replace xxxx with the starting port and yyyy with the ending port range.
In Feburary 2016 24,